Help for this page

Select Code to Download


  1. or download this
    use IO::Handle;
    my $infile= "input.txt";
    ...
    close $in;
    # ... sort code here ...
    print $out @list;