Help for this page

Select Code to Download


  1. or download this
    my @modules=qw/Text::CSV_XS Text::CSV/;
    my $module;
    ...
        }
    }
    
  2. or download this
    my $csv=$module->new(
        { binary => 1,
        });