Help for this page

Select Code to Download


  1. or download this
     #!/usr/bin/perl -w
    
    ...
    
        $worksheet->write($.-1, 0, [split]) while <INPUT>;
    
  2. or download this
      #!/usr/bin/perl -w
    
    ...
        close( FH );
    }