http://qs321.pair.com?node_id=429824


in reply to Re^2: quotes in Perl (opinionated note on coding style)
in thread quotes in Perl

It can be a good trade if most of your variables are uninterpolated. In that case you want the unusual form to be the "marked" form, which helps prevent mistakes. That's the justification for Perl 6's version of the same trick, only it's spelled \qq[$bar] there.