in reply to Re: Too many arguments for main::
in thread Too many arguments for main::
This is an infinite loop that can be "broken" with the last command. I find using labels to be rather pointless in most circumstances. After all, you can redo a block with no label at all.while (1) { # print ... if (...) { # ... last; } elsif (...) { # ... last; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re^2: Too many arguments for main::
by runrig (Abbot) on Oct 30, 2002 at 17:21 UTC | |
by tadman (Prior) on Oct 30, 2002 at 17:33 UTC |