foreach loop

2009-11-01 Thread Anant Gupta
Hello, In the foreach loop, without going to the beginning of the loop, i want to get the next iteration of data. How do i get it. eg use strict; open(FILE,"; foreach my $line(@lines) { if($lin =~ m/something/) { #some code # get next data # Without going to

Re: Learning Perl Student Workbook

2009-11-01 Thread Uri Guttman
> "RW" == Raymond Wan writes: RW> Uri Guttman wrote: >>> "mb" == mahesh bhasme writes: >> mb> Hi, mb> below link might help to u >> >> that is exactly what randal said he didn't want to see, a bootleg copy >> of his book. you won't be getting any more help from him and

Re: Learning Perl Student Workbook

2009-11-01 Thread Raymond Wan
Uri Guttman wrote: "mb" == mahesh bhasme writes: mb> Hi, mb> below link might help to u that is exactly what randal said he didn't want to see, a bootleg copy of his book. you won't be getting any more help from him and probably most of the experts here. that copy is illegal and takes i

Re: Learning Perl Student Workbook

2009-11-01 Thread Uri Guttman
> "mb" == mahesh bhasme writes: mb> Hi, mb> below link might help to u that is exactly what randal said he didn't want to see, a bootleg copy of his book. you won't be getting any more help from him and probably most of the experts here. that copy is illegal and takes income out of randa

Re: Learning Perl Student Workbook

2009-11-01 Thread mahesh bhasme
Hi, below link might help to u http://docstore.mik.ua/orelly/perl/learn/ On Sun, Nov 1, 2009 at 10:51 AM, raphael() wrote: > Hi, > >I just finished reading 'Learning Perl' & I was wondering if someone > could point me to the book "Perl Study Guide", > also called "Learning Perl Student Work

Re: Simple XML to XLS format

2009-11-01 Thread Dr.Ruud
Ganesh Babu N wrote: CPAN modules are meant for Linux. No. Most popular modules work fine on most supported platforms. Google: perl smoke testing It is very easy to install CPAN modules on Linux. Yes. On all other supported platforms as well. It is not easy to install CPAN modules dire

Re: OOB and dispatch table

2009-11-01 Thread Steve Bertrand
John W. Krahn wrote: > Steve Bertrand wrote: >> Hi all, [ huge snip ] >> ...or any variant of trying to use the method-call syntax within a >> dispatch table coderef. > > How and where is _find_plan_by_id() defined? It's defined within its own class ( ie: file/package scope). The definition is

Re: OOB and dispatch table

2009-11-01 Thread Steve Bertrand
Shlomi Fish wrote: > On Saturday 31 Oct 2009 02:38:11 Steve Bertrand wrote: >> Steve Bertrand wrote: >>> What I don't understand, is >>> why I have to pass in $self as a param to the dispatch table. What >>> didn't work is this: >>> >>> >>> sub perform_find { >>> >>> my $self= shift; >>>

Re: POE with IO::Socket

2009-11-01 Thread Someone Something
How about threading? How hard is it? Where can I find a good tutorial? On Sun, Nov 1, 2009 at 8:57 AM, Peter Scott wrote: > On Sat, 31 Oct 2009 23:24:15 -0400, Someone Something wrote: > > > Firstly, I have posted this in perlmonks. No one has replied to me so, I > > have posted here. > > I'm wr

Re: POE with IO::Socket

2009-11-01 Thread Peter Scott
On Sat, 31 Oct 2009 23:24:15 -0400, Someone Something wrote: > Firstly, I have posted this in perlmonks. No one has replied to me so, I > have posted here. > I'm writing a module for IRC just for learning about sockets and perl in > general. I have 200 lines of working code. Now, I am getting to a

Re: [Fwd: Re: Problem with function getquotaroot in IMAP::Client]

2009-11-01 Thread Peter Scott
On Sun, 01 Nov 2009 00:07:48 +0530, Shameem Ahamed wrote: > Quota is supported on the system, as i am able to retrieve the quota > information using same commands through telnet. > > Also, i am able to get the information through the imap->send and > imap->receive functions. Then you may have fo

Re: Learning Perl Student Workbook

2009-11-01 Thread Parag Kalra
This is strange - If I am not wrong this book is published by O'Reilly publications but their site contains no information about it. Have a look - http://oreilly.com/pub/topic/perl? http://www.oreillynet.com/pub/au/1071 Cheers, Parag On Sun, Nov 1, 2009 at 5:34 PM, Telemachus wrote: > On Su

Re: Learning Perl Student Workbook

2009-11-01 Thread Telemachus
On Sun Nov 01 2009 @ 12:32, Parag Kalra wrote: > >>>google doesn't turn up any soft copies ?? Is any electronic copy of this > book even there? > > Even I am not sure if there is any soft copy available or not...Lets wait > till we get input from other members of the mailing list... > > Cheers, >

Re: Learning Perl Student Workbook

2009-11-01 Thread Telemachus
On Sun Nov 01 2009 @ 10:51, raphael() wrote: > Hi, > > I just finished reading 'Learning Perl' & I was wondering if someone > could point me to the book "Perl Study Guide", > also called "Learning Perl Student Workbook". It's a companion book to > "Learning Perl" but is not available in my cou

Re: Learning Perl Student Workbook

2009-11-01 Thread Parag Kalra
>>>google doesn't turn up any soft copies ?? Is any electronic copy of this book even there? Even I am not sure if there is any soft copy available or not...Lets wait till we get input from other members of the mailing list... Cheers, Parag On Sun, Nov 1, 2009 at 12:22 PM, raphael() wrote: