On Wed, 6 Apr 2016 15:29:26 -0400
Uri Guttman <u...@stemsystems.com> wrote:

> my rule is for the reader and not the computer. i try to use '' when
> i know there is no interpolation and "" when there is. i am telling
> the reader to either not look or to look inside the string.

PBP recommends that yo use q{} for single, non-alphanumerics, like
spaces.

eg:
        my $SPACE = q{ };


-- 
Don't stop where the ink does.
        Shawn

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to