Help for this page

Select Code to Download


  1. or download this
    # Ugly, I know, but it should work.  The @temp array gets
    # overwritten each time through the loop with $_\n.  Then,
    ...
      $temp[0] = "$_\n";
      push( @file, @temp);
    }