in reply to Re^7: Find a File in a directory
in thread Find a File in a directory
output:-$systime = localtime($mtime); print"Systime=> $systime\n"; $now_string = strftime "%a %b %e %H:%M:%S %Y", $systime; print"New stirng=> $now_string\n";
When I run this code i am getting this issue,Now I want the output as New stirng=> 20060628 1635.How I can get this.Please help me.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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Find a File in a directory
by Corion (Patriarch) on Jun 28, 2006 at 19:36 UTC | |
| |
|