![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re: Curious to know the internals of the following codeby BUU (Prior) |
on Nov 08, 2005 at 07:20 UTC ( #506633=note: print w/replies, xml ) | Need Help?? |
The first time you assign to @list you use 'q' which is a pseudonym (or perhaps real name) for the '' operator. The second time you assign you use qw// which splits on spaces.
In Section
Seekers of Perl Wisdom
|
|