Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        return $a_name    cmp $b_name ||
               $a_version <=> $b_version;
    }
    
  2. or download this
    18:22 >perl 1860_SoPW.pl
    Apatch_11.0
    ...
    Patch_10.2
    
    18:22 >
    
  3. or download this
    use strict;
    use warnings;
    ...
    @array = nsort @array;
    
    print "$_\n" for @array;