Help for this page

Select Code to Download


  1. or download this
    X:\bla\script.pl Denemarken.csv xx.csv
    syntax error at X:\bla\script.pl line 55, near "$elements["
    syntax error at X:\bla\script.pl line 82, near "}"
    Execution of X:\bla\script.pl aborted due to compilation errors.
    
  2. or download this
    if ($#ARGV != 1) {print "usage: input-file output-file \n";exit;} 
    
    ...
    
    close(INFILE);
    close(OUTFILE);