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


in reply to Re: Quote and Quote-like Operators
in thread Quote and Quote-like Operators

I see no difference between:
my $string = q/{(foo => "'bar'")}/;
and
my $string = q{{(foo => "'bar'")}};