Peter Rabbitson wrote:
> Is there a quick way to initialize a number of variables at once?
> Something like
> 
> my ($var1, $var2, $var3);
        my ($var1, $var2, $var3) = ( 1,1,1 );
Wags ;)
> 
> but instead of having undef in all of them, let's say I want to have
> 1 in each. Any takers?
> 
> Peter



*******************************************************
This message contains information that is confidential
and proprietary to FedEx Freight or its affiliates.
It is intended only for the recipient named and for
the express purpose(s) described therein.
Any other use is prohibited.
*******************************************************


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