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

Re: __DATE__ ?

by betterworld (Curate)
on Nov 04, 2005 at 18:47 UTC ( [id://505841]=note: print w/replies, xml ) Need Help??


in reply to __DATE__ ?
in thread Consider this: What makes a good node title?

In C, __DATE__ is a way to retrieve the compile date. But in Perl, compiling and running are done by the same process, so we could just do something like
my $compile_time; BEGIN { $compile_time = time; }

Replies are listed 'Best First'.
Re^2: __DATE__ ?
by japhy (Canon) on Nov 04, 2005 at 19:56 UTC

Log In?
Username:
Password:

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

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

    No recent polls found