Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: -M file test operator

by beable (Friar)
on Jul 29, 2004 at 06:04 UTC ( [id://378297]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # see if the file is more than about one hour old
    if (-M $logfile > 0.042) { ... }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    __DATA__
    MTIME: 1.15740740740741e-05
    MTIME: 0.000104166666666667
    

Log In?
Username:
Password:

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

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

    No recent polls found