Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: Getting the timestamp of a file

by massa (Hermit)
on Jul 30, 2008 at 16:09 UTC ( [id://701174]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ ls -l monlog.txt
    -rw------- 1 h h 10755194 2008-05-30 12:59 monlog.txt
    ...
    Fri May 30 12:59:45 2008
    $ perl -MFile::stat -le 'print scalar localtime(stat($_)->mtime) for @
    +ARGV' monlog.txt
    Fri May 30 12:59:45 2008
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://701174]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (7)
As of 2024-04-19 09:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found