I think that when you use the qq you still have to escape special 
characters whereas in the EOH case you don't.  Someone, please, 
correct me if I am wrong.

>Are there any reasons to pick between
>
>Print qq{
>     content
>};
>
>and
>
>print <<EndOfHtml;
>     content
>EndOfHtml
>
>when writing cgi?  To this newbie they seem the same.  They both
>interpolate.  I believe the literal is expressed as print q{content};


*Teresa Raymond
*Mariposa Net
*http://www.mariposanet.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to