in reply to Re: while loop
in thread while loop
Well, quite about the only answer that such a question deserves. But while you're there, and the op is clearly a newbie, please do not use the &-form of sub call, since we take care all the time of deprecating it to avoid this cargo-culted remnant from Perl 4 to spread further. If you want to underline that you're doing a sub call, then you may use empty parens...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: while loop
by mantadin (Beadle) on Apr 26, 2006 at 10:12 UTC | |
by blazar (Canon) on Apr 26, 2006 at 10:23 UTC | |
by gellyfish (Monsignor) on Apr 26, 2006 at 10:28 UTC | |
by blazar (Canon) on Apr 26, 2006 at 10:37 UTC |