Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Text::CSV_XS;
    use Data::Dumper;
    ...
    my @columns = $csv->fields();
    
    print Dumper(@columns);
    
  2. or download this
    $VAR1 = 'one';
    $VAR2 = 'two three';
    $VAR3 = 'four';
    $VAR4 = 'five';
    $VAR5 = 'six seven eight';
    $VAR6 = 'nine';