Help for this page

Select Code to Download


  1. or download this
      local $_ = shift;
    
  2. or download this
    sub sec_to_dhms_sensible2
    {
    ...
        $d = $_;
        return ($d, $h, $m, $s);
    }