Help for this page

Select Code to Download


  1. or download this
    sub mysort (&@)
    {
    ...
    }
    
    mysort { $a <=> $b } qw(1 3 2);