Help for this page

Select Code to Download


  1. or download this
    $ perl -le'for (1..2) { { print; last; } cleanup; }'
    1
    2
    
  2. or download this
    $ perl -Mstrict -e'for (@ARGV) { my $x; } continue { cleanup($x) }'
    Global symbol "$x" requires explicit package name at -e line 1.
    -e had compilation errors.