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

Acme::Current

by jeffa (Bishop)
on Jul 16, 2003 at 21:56 UTC ( [id://275049]=modulereview: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Acme::Current;
    printf "It's now %04d/%02d/%02d.\n",
    ...
        $Acme::Current::MONTH,
        $Acme::Current::DAY
    ;
    
  2. or download this
    use Acme::Current;
    printf "It's now %04d/%02d/%02d.\n",
    ...
        $Acme::Current::MONTH,
        $Acme::Current::DAY
    ;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-24 01:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found