Help for this page

Select Code to Download


  1. or download this
    C:\>perl -we "sub parse{${$_[0]}=~/\Gfoo/gc or die} parse \('foo') for
    + 1..2"
    Died at -e line 1.
    ...
    }
    parse \'foo' foreach (1 .. 2);
    -e syntax OK