LA.pm: Quotes
Gregory Williams
greg at evilfunhouse.com
Wed Oct 17 18:50:43 CDT 2001
On Wed, Oct 17, 2001 at 06:16:53PM -0500, Arkadiy Sudarikov quoth:
> Heya, kids, I have a perl code that's got both ' and " (I can't substitute
> them, unless, of course, I do, like, \cddd or something). I want to run it
> with perl -e. perl -e uses ' or " and this conflicts with my snippet. What's
> your suggestions?
Use q{} and qq{} instead of '' and "".
.g
--
You don't need teeth to program!
- Adam Pisoni
More information about the Losangeles-pm
mailing list