Help for this page

Select Code to Download


  1. or download this
    my %Times=(
               1              => 'sec|second',
    ...
        return $mode ne "#" ? $negative.join( ", ",@units)
                            : $negative.sprintf(join(":",("%02d") x @units
    +),@units);
    }