in reply to Re: Quote and Quote-like Operators
in thread Quote and Quote-like Operators
andmy $string = q/{(foo => "'bar'")}/;
my $string = q{{(foo => "'bar'")}};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Quote and Quote-like Operators
by Jenda (Abbot) on Jan 15, 2009 at 21:49 UTC | |
|
Re^3: Quote and Quote-like Operators
by jeffa (Bishop) on Jan 15, 2009 at 21:48 UTC |