Help for this page

Select Code to Download


  1. or download this
    sort {
        my @a = split(/\./, $a);
        my @b = split(/\./, $b);
    ...
        $a[3] <=> $b[3]
    
    } @list