Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse -le " while (my $val = shift @array) { print $val }
    + "
    BEGIN { $/ = "\n"; $\ = "\n"; }
    while (my $val = shift @array) {
    ...
        };
    }
    -e syntax OK
    
  2. or download this
    $error_count++, next if some_condition();