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