Help for this page

Select Code to Download


  1. or download this
    perl -i.backup -pe's/foo/bar/g' filename
    
  2. or download this
    {
        local @ARGV = ('filename');
    ...
            print;
        }
    }