
expanding variable inside double quotes
Hi,
I want to expand a variable inside double quoutes which are immediately
followed by the rest of the quoted string.
like
$var1 ="test";
$var2 = "$var1ing"
and get the content of $var2 to "testing"
Is there a control character that I can put inside the quotes after $var1
and before the rest of the string in order to tell perl that the "ing" is
not a part of the variable name.
thanks
Poul Lund J?rgensen