Help for this page

Select Code to Download


  1. or download this
    print "AA,##,##,DD,EE,##\nAA,BB,CC,##,##,FF\n" # ;-)
    
  2. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    print "\n";
    print join(',',@tmp2);
    print "\n";
    
  3. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    print "\n";
    print join(',',@tmp2);
    print "\n";