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