Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        return $a_str cmp $b_str unless $a_str eq $b_str;
        return $a_num cmp $b_num;   
    }