Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: GOTO or not GOTO

by JavaFan (Canon)
on Jan 27, 2009 at 08:17 UTC ( [id://739123]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for ( my $i = 0; $i < 10; $i++ ) {
        my $j = $i;
    ...
      }
    newlocation:
      print( "jumped out" );
    
  2. or download this
    for ( my $i = 0; $i < 10; $i++ ) {
        my $j = $i;
    ...
      }
    
      print( "jumped out" );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-19 13:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found