Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Two Weeks

by merlyn (Sage)
on Nov 20, 2000 at 20:35 UTC ( [id://42520]=note: print w/replies, xml ) Need Help??


in reply to Two Weeks

Maybe this will help:
my $now = time; print map "<$_>\n", map { my $lt = localtime($now - 86400 * $_); join '', unpack '@8 a2 @4 a3 @22 a2', $lt; } 0..13;

-- Randal L. Schwartz, Perl hacker

Log In?
Username:
Password:

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

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

    No recent polls found