http://www.perlmonks.org?node_id=1016392


in reply to Single Quotes - how to avoid any escape processing?

Thanks for the replies guys.

Yes, it would appear that (for the Googlers) this is not possible.
At least not in any simple, straightforward method that I was hoping for.

ww, I did check out that section of the PerlDocs - it told me about what I was expecting.
However the reread led me to this (appropriately christened!) section of the same doc which definitively spells everything out about this case, and many others not even considered in this node:

http://perldoc.perl.org/perlop.html#Gory-details-of-parsing-quoted-constructs

This is one of the rare cases where Perl's DWIM philosophy doesn't align with my own, oh well.

A (basic) note - the selected delimiter for q{} is always vulnerable and needful of and being escaped. As you'd expect.

And thanks for the quality snippets LanX, that is probably what I'd end up doing if I had a long list. Fortunately, this time I was just curious about that case =)
Hehe, I certainly don't blame Perl for MS monkey business. The scary part is that I'm starting to get used to it. Boy, sometimes I miss my last position where I worked primarily with Linux-based systems ;)

Of course, moritz offers another good solution for larger volumes of data as well ♥

So thanks again monks.
Hopefully this node will stand as an answer, of sorts (heh, ww =D )

Strange things are afoot at the Circle-K.