Help for this page

Select Code to Download


  1. or download this
    local $/;
    
    ...
       s/\Q$search/$replace/g;
       print;
    }
    
  2. or download this
    $ script.pl - - *.cstol
    search
    ...
    replace
    replace
    ^D
    
  3. or download this
    $ script.pl search.txt replace.txt *.cstol