on Tue, 28 May 2002 17:53:27 GMT, Drieux wrote: > use constant SECONDS_PER_DAY (24*60*60); > [...] > you may want to do the perldoc on constant - since this > will help you with more on how to think about writing > self documenting code....
You may want to take a look yourself, since your syntax is wrong ;-) use constant SECONDS_PER_DAY => (24*60*60); -- felix -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]