Help for this page

Select Code to Download


  1. or download this
    use Text::CSV_XS qw( );
    
    ...
       print OUTPUTFILE $csv->string()
          or die;
    }