Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        chomp @lines;
        print join(",", @lines), "\n";
    }
    
  2. or download this
    $ ./950649.pl infile1 infile2 infile3 ... > outfile