> From: Jenda Krynicky [mailto:[EMAIL PROTECTED] > > From: "Traeder, Philipp" <[EMAIL PROTECTED]> [..] > > to me. I'd use something like this: > > > > my (undef, undef, undef, $mday, $mon) = localtime(); > > I would use > > my ($mday, $mon) = (localtime())[3,4]; > > Both versions are of course just as good :-) >
..but yours is definitely more elegant. :-) Very nice. Philipp -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>