Help for this page

Select Code to Download


  1. or download this
    use OtoDB::MySQL;
    
    ...
        $curr_unit = ++$curr_unit > $#units ? 0 : $curr_unit;
        return $units[$n];
    }