LA.pm: Quotes

Arkadiy Sudarikov asudarikov at xceed.com
Wed Oct 17 18:51:20 CDT 2001


No, no, I don't need to quote anything in my snippet, I need to just use
(let's say, print) these ("'", """) characters..

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