Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: The day of today

by Herkum (Parson)
on Mar 07, 2008 at 18:55 UTC ( [id://672850]=note: print w/replies, xml ) Need Help??


in reply to The day of today

Use modules! In this case I recommend DateTime,

use DateTime; my $dt = DateTime->now(); print "Month is " . $dt->month_name . "\n"; print "The day is " . $dt->day . "\n";

Log In?
Username:
Password:

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

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

    No recent polls found