Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Tips for elegance

by japhy (Canon)
on Jun 06, 2006 at 12:08 UTC ( [id://553797]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @months = qw( Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec );
    my @dates;
    ...
      # or if you want zero-padding...
      printf "%s modified on %3s %02d, %02d:%02d\n", $f, $months[$mon], $d
    +ay, $hour, $min;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found