Help for this page

Select Code to Download


  1. or download this
    perl script.pl test2.csv > final.csv
    
  2. or download this
    use strict;
    use warnings;
    ...
        chomp $line;
        print "$line", " ,UF, A, Y, 9, U\n";
    }