![]() |
|
more useful options | |
PerlMonks |
Re^2: Interpolating backreferences in an evalby gnustavo (Novice) |
on Feb 11, 2009 at 19:05 UTC ( [id://743129]=note: print w/replies, xml ) | Need Help?? |
Thanks you! It works. I've tried eval "$to" but got a syntax error that I couldn't understand. Seeing that eval qq{"$to"} is the same as eval "\"$to\"" I can understand now what I've done wrong.
In Section
Seekers of Perl Wisdom
|
|