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


in reply to quotes in Perl

Well done!

You might want to add, however, that with q, qq, and qw, delimiters other than parentheses can be used. [] and {} will work, as will just about any punctuation mark, I believe. Then, to use your delimiter within the quoted string, the rule would be: escape whatever your delimiter is.

TheEnigma