shadow52 wrote:
Hello Everyone,
Hello,
I have finally hit my max times of banging my head on the best way to
parse some data I have like the following below:
name = "Programming Perl"
distributor = "O'Reilly"
pages = 1077
edition = "2nd"
Authors = "Larry Wall
Tom Christiansen
Jon Orwant"
Th
On 10/07/2011 10:36, shadow52 wrote:
Hello Everyone,
I have finally hit my max times of banging my head on the best way to
parse some data I have like the following below:
name = "Programming Perl"
distributor = "O'Reilly"
pages = 1077
edition = "2nd"
Authors = "Larry Wall
Tom Christiansen
Jon
On 7/9/2011 2:46 PM, Irfan Sayed wrote:
modified the code.
my $t = new Net::Telnet (Timeout => 20,
Prompt => '/bash\$ $/',
Dump_Log => $filename,
Input_log => $file,
Errmod
From: "shadow52"
Hello Everyone,
I have finally hit my max times of banging my head on the best way to
parse some data I have like the following below:
name = "Programming Perl"
distributor = "O'Reilly"
pages = 1077
edition = "2nd"
Authors = "Larry Wall
Tom Christiansen
Jon Orwant"
The last
Hi shadow52,
On Sun, 10 Jul 2011 02:36:34 -0700 (PDT)
shadow52 wrote:
> Hello Everyone,
>
> I have finally hit my max times of banging my head on the best way to
> parse some data I have like the following below:
>
> name = "Programming Perl"
> distributor = "O'Reilly"
> pages = 1077
> edition
Hello Everyone,
I have finally hit my max times of banging my head on the best way to
parse some data I have like the following below:
name = "Programming Perl"
distributor = "O'Reilly"
pages = 1077
edition = "2nd"
Authors = "Larry Wall
Tom Christiansen
Jon Orwant"
The last line is giving me som
On 07/10/2011 03:19 PM, Chris Nehren wrote:
Does the sixth edition still encourage bad practices like calling subs with&,
not using three-arg open with lexical filehandles, and the like?
I read Learning Perl 2 e. and it was worth every penny. So, I'm
offering a blind recommendation based on
On Sat, Jul 09, 2011 at 05:24:01PM +0530, Narasimha Madineedi wrote:
> hi all,
> any net::ftp commands to get latest file from the directory.
>
You have the hard work yourself:
1. Either use the $ftp->dir() function to get the timestamps, parse it
and find out the latest. A bit unreliable.
2.