On Fri, 13 Jul 2001, Thomas Jakub wrote:

> what about print "<img src=\"image.gif\">"; ?
> would that piece of code work?

You can avoid the backslashitis by using the qq() operator:

print qq(<img src="image.gif">);

It's much cleaner, especially with HTML.

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
Wilcox's Law:
        A pat on the back is only a few centimeters from a kick in the pants.


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

Reply via email to