Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print "At $_.\n";
        if ( $_ == 4 ) { tear_us_outta_here(); }
    }
    
  2. or download this
    At 1.
    At 2.
    ...
    At 4.
    Getting out of loop labeled FOO.
    Exiting subroutine via last at ./foo.pl line 8.