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


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

Hmm, so instead of ensuring some variables are not interpolated by replacing "$foo" with "\$foo", you instead ensure the other variables are interpolated by replacing "$bar" with "^.$bar.q^".

That doesn't seem like such a good trade to me.

Hugo