__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com...
I volunteered to become a moderator several years ago, when I was working on the only Perl program I ever worked on. I realized that there was a need for...
Hi All, I have a subroutine to create a daemon, subroutine is pasted below. ub Daemonize() { my $pid; $pid=fork(); if(! defined($pid)){ #Forking Failed, we...
I am trying to install Win32::OLE in two ways. 1.Using CPAN I get the following message cpan> install LWP::UserAgent CPAN: Storable loaded ok Going to read...
Hi friends, Hopeeveryone is doing good. 1.I have an excel sheet in 2003 with columns like below A Yes B No C Yes D Yes 2.I have a file "sample.txt" which...
Hi perl-beginners, I'm compiling Perl 5.10.1 on cygwin 1.7.1 . I know there is the precompiled one availiable for Cygwin, but it was not compiled with the...
I'm runnning Solaris 10 x86 on my home server. I just installed 5.10.1 and set up mine and root's path to find the /opt/perl5 location of the installtion. The...
could anybody help me in finding the best book (author) for the perl programming language.................? also mention the sites where i can get tutorials...
Greetings! I apologize for not reacting to spam messages that were posted in the last few weeks. A spam filter someplace is doing its job too well, and they...
Hi, I am using the IMAP::Client for automating the quota check for some of the users. My script was fairly straight, and I ran in to the below error, while...
Hi All, Using GD::Graph::pie, I have created a pie chart. But, I am unable to add a legend to the chart. Is there any provision to add legend to a pie chart ? ...
I'm using Net::SSH::Perl it my Perl script. The problem is because of OS upgrades and what other reasons I'm not aware of the SSH key gets changed from time to...
On Windows, can a file that is deleted with the unlink command be recovered? If so, is there a way in Perl to delete a file so that the deleted file is...
Let's say I have this snippet: $_ = "test"; my $thing = "test"; if (/^$thing/) { print "Yah!92;n"; } else { print "booo...\n"; } It correctly prints "Yah!". If...
excuse i think that you must use this function index string , $thing ... From: MAJID AGHA AMINI <amini4@...> Subject: Re: [PBML] Re: Regular Expression...
Hi everyone, I am preparing a script to extract certain data from a file. The file is stored at the location specified in the variable $dir_path below. There...
Hi all, How can I stop my find script to go into sub directories and stay in specific directory = "dir2" only? $directory="..\/dir192;/dir2"; @ARGV =...
Note: I'm new to using the mailing list - my apologies if I'm doing anything incorrectly. I'm having a problem with parsing some CSV data. I'm using ...
According to "man perlrun", the "-0777" option sets $/ to 0777 and slurps files whole. This works fine. However, when I did 'local $/="0777"' in a script, it...
Hi all, I need help regarding the approach to find out matched and unmatched entries between two files using perl. As the number of lines in the files would be...
Hi, I wrote following program to send an email to my email id, looks like it is running. But when I checked my mailbox, does not find any email. Can anybody...
Hi, My script to add a new user is below, written on solaris 10. Running it using either of these two ways (one with double quotes around the second parameter...
Hi all, I'm a beginner in Perl and I slowly started writing small programs in it. While I was playing with the if and while loops in Perl, I got into a really...
I've used Perl SSH on a number of occasions in the past but nothing series. Now I need to get series, does anyone know some good web sights I can go to get...
Is there a Perl module that has a command that will remove all files that are over X days old in a directory? Or will I have to write something? I've try...
Would someone please provide me the below if your currently using ds 4000 ? Thanks Robert 1: df -g output 2: ls -lv 3: ls -vg 4: ls vg -p 5: fget_config -Av ...
Hi List, First time poster here, and perl beginner. I have a question about a perl one-liner I am trying to put together to hex encode an ascii string, except...