Re: Best way to parse this type of data.

2011-07-11 Thread John W. Krahn
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

Re: Best way to parse this type of data.

2011-07-11 Thread Rob Dixon
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

Re: Help on Net::Telnet perl module

2011-07-11 Thread John Mason Jr
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

Re: Best way to parse this type of data.

2011-07-11 Thread Octavian Rasnita
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

Re: Best way to parse this type of data.

2011-07-11 Thread Shlomi Fish
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

Best way to parse this type of data.

2011-07-11 Thread 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 line is giving me som

Re: Creating letter combination generator

2011-07-11 Thread David Christensen
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

Re: hiii

2011-07-11 Thread Sandip Bhattacharya
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.