Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: Re: Adventures in optimization (or: the good and bad side of being truly bored)

by demerphq (Chancellor)
on Aug 04, 2003 at 07:54 UTC ( [id://280587]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $cache{$yearmonth}+$days*(24*60*60)+$hours*(60*60)+$mins*60+$secs;
    
  2. or download this
    ($cache{substr($date,0,10)}||=time_to_unix(substr($date,0,10)))
       + substr($date,10,2)*60 + substr($date,12,2);
    
  3. or download this
    $cache{$year.$month}
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-03-28 10:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found