Help for this page

Select Code to Download


  1. or download this
      while(<>)
      {
          //do stuff
      }
    
  2. or download this
      open FST, $ARGV[0];
      while(<FST>)
    ...
      {
          // other stuff with all files but $ARGV[0]
      }