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

Re^2: Directory creation with current Date

by dse (Novice)
on Jan 19, 2005 at 07:05 UTC ( [id://423286]=note: print w/replies, xml ) Need Help??


in reply to Re: Directory creation with current Date
in thread Directory creation with current Date

In situations where you are doing it a lot, `date ...` is not the best way to do it because you're executing an external program. Heck, you're executing two external programs using `date | awk ...`. I always use the strftime solution by force of habit, myself.
  • Comment on Re^2: Directory creation with current Date

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-23 20:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found