Help for this page

Select Code to Download


  1. or download this
    $xcltime=convert_time($xcltime);
    $xcltime2=convert_time($xcltime2);
    
  2. or download this
    sub convert_time{
      my ($time)=shift;
    ...
      }
      return "$h:$m:$s$suffix";
    }