Help for this page

Select Code to Download


  1. or download this
    >perl -MO=Deparse -pe1
    LINE: while (defined($_ = <ARGV>)) {
    ...
        print $_;
    }
    -e syntax OK