Help for this page

Select Code to Download


  1. or download this
    filename(which is always the same);$list[0];$val1[0];$val2[0];
    filename;$list[n];$val1[n];$val2[n];
    
  2. or download this
    my $csv = Text::CSV->new({sep_char => ';'});        
    open (CSV, ">", "base.csv") or die $!;
    ...
              $csv->error_input, "\n";
          }