Help for this page

Select Code to Download


  1. or download this
       use strict;
       use Encode qw(encode decode);
    ...
    +ap
        { encode('cp1047', $_) } @infile);
        print @sorted;
    
  2. or download this
    #!/usr/bin/perl -sw
         use vars qw/$N/;
        use strict;
    ...
          warn "Done.\n";
       
       exit (0);