in reply to localtime - make the date format different?

Date::Format:
$ perl -wle 'use Date::Format; my @lt = localtime((stat(q{/etc/passwd} +))[9]); print strftime("%c", @lt);' 11/08/08 11:27:57
Consult the documentation to get the output exactly how you want it.
--
No matter how great and destructive your problems may seem now, remember, you've probably only seen the tip of them. [1]