Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -MO=Deparse -pe "s#\bold(?=/path/to/some/)#ne
    +w#g"
    LINE: while (defined($_ = <ARGV>)) {
    ...
        die "-p destination: $!\n" unless print $_;
    }
    -e syntax OK