Help for this page

Select Code to Download


  1. or download this
    $systime = localtime($mtime);
    print"Systime=> $systime\n";
    ...
    $now_string = strftime "%a %b %e %H:%M:%S %Y", $systime;
    
    print"New stirng=> $now_string\n";
    
  2. or download this
    Systime=> Wed Jun 28 16:35:49 2006
    Usage: POSIX::strftime(fmt, sec, min, hour, mday, mon, year, wday = -1
    +, yday = -1, isdst = -1) at one.pl line 46.