in reply to
Re: why this works? quoted strings
in thread
why this works? quoted strings
$...
interpolates. Except for
${BAREWORD}
(which means
$BAREWORD
),
${ ... }
dereferences first. Just like outside of string literals.
Comment on
Re^2: why this works? quoted strings
Select
or
Download
Code
In Section
Seekers of Perl Wisdom