Help for this page

Select Code to Download


  1. or download this
    use POSIX;
    use Time::Local;
    ...
        $dt[3] = 1;
        return strftime("%d %b %Y", @dt) . " - $ret";
    }