in reply to
Re: stuffing an array inside a list
in thread
stuffing an array inside a list
While it is true that
@
doesn't interpolate inside
qw
, it
does
interpolate inside
qq
, which is also a “Quote-like operator”.
Comment on
Re^2: stuffing an array inside a list
Select
or
Download
Code
In Section
Seekers of Perl Wisdom