Help for this page

Select Code to Download


  1. or download this
    my @list = qq(1 2 3 4);
    my $csv = Text::CSV->new({sep_char => ';'});        
    ...
        print "combine () failed on argument: ",
              $csv->error_input, "\n";
    }
    
  2. or download this
    1 2 3 4
    
  3. or download this
    1;2;3;4