Beefy Boxes and Bandwidth Generously Provided by pair Networks Bob
The stupid question is the question not asked
 
PerlMonks  

Re: exiting two loop levels

by VSarkiss (Monsignor)
on Sep 21, 2006 at 14:26 UTC ( #574133=note: print w/ replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    OUTER:
    while ( $more )
    {
    ...
            last INNER if $done_with_lines;
        }
    }
    
  2. or download this
    FILE:
    while ( $more )
    {
    ...
            last LINE if $done_with_lines;
        }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Node Status?
node history
Node Type: note [id://574133]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others browsing the Monastery: (15)
As of 2013-05-24 16:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (510 votes), past polls