hi there what syntax do i use to jump out of a conditional loop for c/java it break; return; what is it in perl syntax>
perldoc -f last
last LABEL last The "last" command is like the "break" statement in C (as used in loops); it immediately exits the loop in question. If the LABEL is omitted, the [...]
-- ZSDC
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>