Help for this page

Select Code to Download


  1. or download this
    use strict;     # a good idea
    use warnings;   # and another
    ...
    close ($in);
    
    my @sorted = sort @unsorted;