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...
26732
Ashok
ashok1288...
Dec 22, 2009 4:36 am
could anybody help me in finding the best book (author) for the perl programming language.................? also mention the sites where i can get tutorials...
26733
merlyn@...
merlynstoneh...
Dec 22, 2009 5:16 am
... Ashok> could anybody help me in finding the best book (author) for the perl Ashok> programming language.................? ...
26734
John Harris
jkharris0
Dec 22, 2009 5:27 am
I have found that the Perl books by O'Reilly, written by the guys deeply involved in the Perl world, have been most helpful to me. Good luck. John ... From:...
26735
marquee7_2000@...
marquee7_2000
Dec 22, 2009 5:38 am
This is true...their books are all I read Sent from my BlackBerry Smartphone provided by Alltel ... From: "John Harris" <jkharris@...> Date: Mon, 21...
26736
Shlomi Fish
shlomif2
Dec 22, 2009 7:06 am
Hi Ashok! ... We've concentrated resources for Perl beginners over at http://perl-begin.org/ . There's both a http://perl-begin.org/tutorials/ page for Online...
26737
Mike Brown
brown@...
Dec 26, 2009 9:50 pm
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...
26738
Shlomi Fish
shlomif2
Dec 26, 2009 10:35 pm
... From what I understand the "Solaris" modules in the CPAN are intended to make use of the Solaris-specific APIs. Otherwise, they are not needed and you can ...
26739
Mike Brown
brown@...
Dec 26, 2009 11:06 pm
... OK, thanks. For the moment, I'll not bother, as I doubt I'll be doing anything specific to need them. MB -- e-mail: vidiot@......
26740
tshanthala
Dec 31, 2009 1:22 pm
hi, I am interested in learning perl. Please let me know which is the best book for reference. Thanks, shanthala...
26741
Shlomi Fish
shlomif2
Dec 31, 2009 2:17 pm
Hi Shanthala! Welcome aboard! ... The canonical reference for Perl is the built-in documentation (the so-called perldocs). You can view it on your system by...
26742
riam budhi
mbah_jiman2000
Dec 31, 2009 2:19 pm
please to click this site www.flazx.com salam Abdul Syukur ... [Non-text portions of this message have been removed]...
26743
merlyn@...
merlynstoneh...
Dec 31, 2009 4:29 pm
... riam> please to click this site riam> [redacted] Thank you for offending me in the biggest way you could possibly do, by linking to *pirated* copies of my...
26744
marquee7_2000@...
marquee7_2000
Dec 31, 2009 6:27 pm
All of the O'Reilly books are good... Sent from my BlackBerry Smartphone provided by Alltel ... From: "tshanthala" <tshanthala@...> Date: Thu, 31 Dec...
26746
ricardohenrylee
Jan 19, 2010 10:58 am
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...
26750
GoPi
gopichand84
Jan 26, 2010 1:41 am
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...
26751
merlyn@...
merlynstoneh...
Jan 26, 2010 2:00 am
... GoPi> 1.I have an excel sheet in 2003 with columns like below GoPi> A Yes GoPi> B No GoPi> C Yes GoPi> D Yes GoPi> 2.I have a file "sample.txt" which...
26752
Jeff Soules
soules@...
Jan 26, 2010 2:03 am
I would begin by saving the excel file in a plain text format. Tab- delimited would likely work well, if this is a complete description of the doc (if there...
26753
gopi chand
gopichand84
Jan 26, 2010 2:19 am
Hi Merlyn , Thanks for the reply.I havent' read that documentation but I started of with a sample pl script I got over the internet but I am getting the...
26754
merlyn@...
merlynstoneh...
Jan 26, 2010 2:22 am
... gopi> What am I missing? Looks like you're missing Spreadsheet::Read. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 ...
26755
gopi chand
gopichand84
Jan 26, 2010 2:23 am
Thanks for the reply Jeff. I don't want to print all the letters in the first column which have an "yes" in second column,I only want to print the ones in...
26756
gopi chand
gopichand84
Jan 26, 2010 2:23 am
How do I install it? ... From: merlyn@... <merlyn@...> Subject: Re: [PBML] Perl script to read To: "gopi chand" <gopichand84@...> ...
26757
merlyn@...
merlynstoneh...
Jan 26, 2010 2:23 am
... Jeff> I would begin by saving the excel file in a plain text format. No, Perl can read native Excel sheets just fine, thanks to the nice libraries in the...
26758
merlyn@...
merlynstoneh...
Jan 26, 2010 2:28 am
... gopi> How do I install it? "perldoc perlmodinstall" -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <merlyn@...>...
26759
gopi chand
gopichand84
Jan 26, 2010 3:14 am
I am getting the same error message even after running perldoc perlmodinstall Will the above command install the required mods are do I have read something and...
26760
Francis Kayiwa
francis.kayiwa@...
Jan 26, 2010 3:23 am
... If you ran perldoc perlmodinstall it should help you find out if a) the module is installed on your system.. ... PREAMBLE First, are you sure that the...
26761
merlyn@...
merlynstoneh...
Jan 26, 2010 4:20 am
... gopi> I am getting the same error message even after running perldoc perlmodinstall gopi> Will the above command install the required mods are do I have...
26762
Jeff Soules
soules@...
Jan 26, 2010 4:39 am
... Ahh. I was wondering how the second file figured in this whole business. Do the order of the letters in the second file matter? i.e. is your goal: if the...
26763
Shlomi Fish
shlomif2
Jan 26, 2010 9:58 am
... Hi Gopi! 1. Please read: http://perl-begin.org/topics/cpan/ and be enlightened. 2. perl-5.8.5 is really old, you really should upgrade to perl-5.8.9 or ...
26764
Shameem Ahamed
shameem.ahamed
Jan 26, 2010 6:20 pm
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...