On Mon, 3 Oct 2016 16:25:22 -0400
Uri Guttman <u...@stemsystems.com> wrote:

> > $text ="  
> use here documents for long multiline strings like that. it is hard
> to find a close quote after so many lines.

You can also use the qq operator

$text = qq{
...
};

If your editor have matching-brace abilities, you can use them with it.
See
http://perldoc.perl.org/5.8.9/perlop.html#Quote-and-Quote-like-Operators


-- 
Don't stop where the ink does.

        Shawn H Corey
        mailto:shawnhco...@nili.ca

-- 
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