Help for this page

Select Code to Download


  1. or download this
    open FIN, ... or die ...;
    open FOUT, ... or die ...;
    ...
    }
    close FIN;
    close FOUT;
    
  2. or download this
    perl -ne "s/somepattern/somethingelse/g" infile > outfile
    
  3. or download this
    setVarAndDoSomething(varname1, value1);