in reply to
Curious to know the internals of the following code
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.
Comment on
Re: Curious to know the internals of the following code
Select
or
Download
Code
In Section
Seekers of Perl Wisdom