Help for this page

Select Code to Download


  1. or download this
    
    sub sorted { 
    ...
            $a->[3] <=> $b->[3]
        } map { [ $_, (/([A-Z]+)(\d+)(?:-(\d+)){1,2}/) ] } @_;
    }