Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
LINE: for ($i=0; defined($i); $i++) { flock(FILE,2) or next LINE; }
Would this preform the same thing? Does anyone know where I could read up on labels and stuff? Thanks monks.LINE: flock(FILE,2) or goto LINE;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to use Labels
by Hofmator (Curate) on Jun 19, 2001 at 19:01 UTC | |
Re: How to use Labels
by Abigail (Deacon) on Jun 20, 2001 at 03:01 UTC | |
Re: How to use Labels
by VSarkiss (Monsignor) on Jun 19, 2001 at 18:58 UTC | |
by srawls (Friar) on Jun 19, 2001 at 20:57 UTC | |
Re: How to use Labels
by arturo (Vicar) on Jun 19, 2001 at 21:31 UTC | |
by tye (Sage) on Jun 20, 2001 at 02:44 UTC | |
Re: How to use Labels
by dimmesdale (Friar) on Jun 19, 2001 at 19:01 UTC |