Help for this page

Select Code to Download


  1. or download this
    Can't locate method setDelimiter at rb.pl line 8.
    
  2. or download this
    my $csv = Text::CSV->new({ sep_char => '|' });
    
  3. or download this
    #!/usr/bin/perl
    
    ...
        my $err = $csv->error_input;
        print "parse() failed on argument: ", $err, "\n";
    }
    
  4. or download this
    1 =>
    2 =>
    ...
    13 => GSM
    14 => GSM
    15 =>
    
  5. or download this
    Submit|GSM|GSM => 560