Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    tie @file, 'Tie::File', $ARGV[1] or die $!;
    @file = sort @file;
    untie @file;