JupiterHost.Net wrote:
I'd say reight before opendir()

my @files = ();

Which is equivalent to

    my @files;

since my() has the side-effect of clearing the declared variable.

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to