in reply to qq{bad quotes} quiz
fails to do what you expect it to do. Perl will first try to find the entire 'token' before interpreting it. So, in your case, Perl first tries to find the entire string (that is, it has to determine the end of the string), before it pays attention to whether anything needs to be interpolated.m / foo # / bar /x;
Abigail
|
|---|