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

Re: Dates difference

by Corion (Patriarch)
on May 23, 2005 at 20:35 UTC ( [id://459704]=note: print w/replies, xml ) Need Help??


in reply to Dates difference

You don't need to do the calculation yourself, see perldoc -f -X (or perlfunc):

if (-C $file > 45) { print "$file is too old.\n"; };

Replies are listed 'Best First'.
Re^2: Dates difference
by mikeraz (Friar) on May 24, 2005 at 17:46 UTC
    Bear in mind that for a long running script this solution will fail. The file test compares to start of script run time.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-03-29 13:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found