Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Date and time difference

by roboticus (Chancellor)
on Nov 17, 2010 at 13:30 UTC ( [id://871993]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $start=time;
    # ... long processing job goes here...
    ...
    printf "Job took %5.2 days\n", $dur/(24*60*60.0);
    printf "Job took %5.2 weeks\n", $dur/(7*24*60*60.0);
    # etc.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-24 13:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found