Help for this page

Select Code to Download


  1. or download this
    sub sort_func
    {
    ...
            $result = $a_items[$item_no] <=> $b_items[$item_no];} 
            return($result);
    }