Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    use strict;
    ...
    red
    lilac
    magenta
    
  2. or download this
    #!/usr/bin/perl 
    use strict;
    ...
    my @sorted   = sort $criteria @unsorted;
    
    print "$_\n" for @sorted;