hi deane --   
 
In a message dated 12/11/2008 11:29:11 A.M. Eastern Standard Time,  
[EMAIL PROTECTED] writes:
 
> my ($a, $b, $c, $d, $e, $f) = ('init', 'init', 'init', 'init', 'init',  
'init');   
 
 
to init all to the same value without knowing in advance the number 
of variables, how 'bout   
 
>perl -wMstrict -le
"$_ = 'init' for my ($a, $b, $c);
print  $c;
"
init



**************Make your life easier with all your friends, email, and 
favorite sites in one place.  Try it now. 
(http://www.aol.com/?optin=new-dp&icid=aolcom40vanity&ncid=emlcntaolcom00000010)
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to