>       $now=localtime;
>       print DEBUG "$now\n";

btw: When I use the upper lines, I get "Mon Jan 20 15:49:26 2003" as $now.
If I do

print DEBUG localtime;

i get some big number. What is that number? Unix-ticks or what it's called?
The difference is the scalar context, no?

Lars
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to