Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse -wpe "s/\b;([mnst])/'$1/g"
    BEGIN { $^W = 1; }
    LINE: while (defined($_ = <ARGV>)) {
    ...
        print $_;
    }
    -e syntax OK