JupiterHost.Net [JN], on Wednesday, April 27, 2005 at 08:15 (-0500)
thoughtfully wrote the following:

>> 5> my @fa =();
>> 6> my @ha =();

JN> my @fa;
JN> my @ha;
JN> the = () isn't necessary and doesn't keep you from getting uninitialized
JN> value warnings like you think it does, thats only scalars.

I always use for declaring arrays and hashes @foo = (); too. I think
this is proper how to do that. Also it is similar as someone use
$|++;, and I use $| = 1;

--

How do you protect mail on web? I use http://www.2pu.net

[Lord have mercy on the working man.]



-- 
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