|
|
| Pathologically Eclectic Rubbish Lister | |
| PerlMonks |
Re: variable declaration questionby MidLifeXis (Prior) |
| on Jan 18, 2013 at 21:04 UTC ( #1014125=note: print w/ replies, xml ) | Need Help?? |
|
To add to what tobyink said, "none" - in context. my $foo = @some_array_value and my ($foo) = @some_array_value will give two very different results.
Update: Alright, either QuickDraw McGraw updated his node, or I skipped over the second and following line when I read it. :-) We stated basically the same thing. --MidLifeXis
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||