in reply to nested loops

Use loop labels as described in the loop control section of the perlsyn manpage.

Replies are listed 'Best First'.
Re^2: nested loops
by webshark (Acolyte) on Dec 11, 2005 at 10:55 UTC
    cheers... I just put last; in my last looped block & it returns me to while(1) loop