Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my @array=("ch1","ch11","ch2","ch5","ch55","ch16");
    
    print join ("\n", sort by_the_number_at_the_end @array);