Hi
Whats with the \$t in this sub?
sub timestamp { my $t = localtime; \$t }
And what does this do?
sub timestamp { my $t = localtime; }
Henrik
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
