Help for this page

Select Code to Download


  1. or download this
    use strict; 
    use warnings;
    
  2. or download this
     use Text::CSV;
    
     my $csv = Text::CSV->new ( { binary => 1 } )  # should set binary att
    +ribute.
                     or die "Cannot use CSV: ".Text::CSV->error_diag ();