Help for this page

Select Code to Download


  1. or download this
     while (<INFO>)
    {
    ...
      my @new2;
      if($var{param}) { list_param($var{param}); }
      if($var{the})   { list_the($var{the}); }
    
  2. or download this
    perl -p -e 's/yourstring/yournewstring/g' inputfile > outputfile