Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse -pe'f()'
    LINE: while (defined($_ = <ARGV>)) {
    ...
        die "-p destination: $!\n" unless print $_;
    }
    -e syntax OK
    
  2. or download this
    for (A; B; C) {
       D;
    }
    
  3. or download this
    A;
    while (B) {
    ...
    } continue {
       C;
    }