Help for this page

Select Code to Download


  1. or download this
    LINE: while (defined($_ = <ARGV>)) {
        undef;
    ...
    continue {
        die "-p destination: $!\n" unless print $_;
    }
    
  2. or download this
    perl -i -pe's/foo/bar/g; s/y/yah/g;' filename