Help for this page

Select Code to Download


  1. or download this
    use Date::Calc qw/ Normalize_DHMS /;
    use IO::File;
    ...
        return Normalize_DHMS(0, 0, 0, $uptime) if defined $uptime;
    }