Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

perl-beginner · Perl Beginners Mailing List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3765
  • Category: Perl
  • Founded: Aug 2, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com...
2 Feb 14, 2010
5:06 pm

Rob Richardson
interrobang
Send Email

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...
3 Feb 14, 2010
2:07 am

Rob Richardson
interrobang
Send Email

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...
8 Jan 27, 2010
6:24 pm

James Washer
kg7hh
Send Email

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...
2 Jan 27, 2010
8:40 am

Shlomi Fish
shlomif2
Send Email

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...
15 Jan 27, 2010
2:36 am

gopi chand
gopichand84
Send Email

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...
1 Jan 19, 2010
10:58 am

ricardohenrylee
Send Email

hi, I am interested in learning perl. Please let me know which is the best book for reference. Thanks, shanthala...
5 Dec 31, 2009
6:27 pm

marquee7_2000@...
marquee7_2000
Send Email

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...
3 Dec 26, 2009
11:06 pm

Mike Brown
brown@...
Send Email

could anybody help me in finding the best book (author) for the perl programming language.................? also mention the sites where i can get tutorials...
5 Dec 22, 2009
7:06 am

Shlomi Fish
shlomif2
Send Email

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...
1 Dec 13, 2009
12:44 pm

interrobang
Send Email

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...
4 Nov 10, 2009
3:35 pm

merlyn@...
merlynstoneh...
Send Email

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 ? ...
1 Oct 20, 2009
5:43 am

srinivas reddy
reddysrinivas_k
Send Email

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...
2 Aug 27, 2009
7:47 pm

merlyn@...
merlynstoneh...
Send Email

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...
3 Aug 19, 2009
6:22 am

vivek kumar
kumarvivek_2001
Send Email

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...
10 Aug 10, 2009
4:30 pm

Jenda Krynicky
jendaperl
Send Email

excuse i think that you must use this function index string , $thing ... From: MAJID AGHA AMINI <amini4@...> Subject: Re: [PBML] Re: Regular Expression...
1 Aug 6, 2009
9:25 pm

MAJID AGHA AMINI
amini4
Send Email

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...
4 Aug 2, 2009
4:06 am

Vivek Kumar
kumarvivek_2001
Send Email

Hi all, How can I stop my find script to go into sub directories and stay in specific directory = "dir2" only? $directory="..\/dir1&#92;/dir2"; @ARGV =...
7 Jul 26, 2009
4:19 pm

merlyn@...
merlynstoneh...
Send Email

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 ...
1 Jul 22, 2009
6:08 pm

johnethompson2001
johnethompso...
Send Email

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...
2 Jul 18, 2009
6:57 pm

Jeff Pinyan
evilffej
Send Email

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...
2 Jul 16, 2009
2:40 pm

Amit Saxena
learn.tech123@...
Send Email

How can I see the origin of some method? i.e. - where (in what file, or package) was defined this sub?...
2 Jul 15, 2009
8:38 am

Arun Pandey
arunp@...
Send Email

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...
1 Jul 15, 2009
5:53 am

Bilashi Sahu
bilashi_sahu
Send Email

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...
29 Jun 25, 2009
9:40 am

Shlomi Fish
shlomif2
Send Email

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...
10 Jun 13, 2009
10:37 pm

Shlomi Fish
shlomif2
Send Email

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...
2 Jun 9, 2009
10:44 pm

Robert Lee Binkley
leebinkley
Send Email

perl -le 'printf("%f %f %f\n", 4294967295, 2147483647*2**32, 2147483647*2**32+4294967295)' 4294967295.000000 9223372032559808512.000000...
4 Jun 4, 2009
2:00 am

merlyn@...
merlynstoneh...
Send Email

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...
6 May 30, 2009
3:36 am

merlyn@...
merlynstoneh...
Send Email

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 ...
1 May 23, 2009
2:26 am

Robert Lee Binkley
leebinkley
Send Email

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...
3 May 20, 2009
2:32 am

Bill Landry
bill_landry
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help