in reply to localtime - make the date format different?
Consult the documentation to get the output exactly how you want it.$ perl -wle 'use Date::Format; my @lt = localtime((stat(q{/etc/passwd} +))[9]); print strftime("%c", @lt);' 11/08/08 11:27:57
|
|---|