Help for this page
use strict; # a good idea use warnings; # and another ... close ($in); my @sorted = sort @unsorted;