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]
- Copy and past HTML into a perl script Tony Paterra
- Re: Copy and past HTML into a perl script Brett W. McCoy
- Re: Copy and past HTML into a perl script Mark Bergeron
- RE: Copy and past HTML into a perl script Bradley M. Handy
- RE: Copy and past HTML into a perl script Camilo Gonzalez
- RE: Copy and past HTML into a perl script Bradley M. Handy
- RE: Copy and past HTML into a perl script Brett W. McCoy
- RE: Copy and past HTML into a perl script Bradley M. Handy
- RE: Copy and past HTML into a perl script Thomas Jakub
- RE: Copy and past HTML into a perl script Lisa Nyman
- RE: Copy and past HTML into a perl script Brett W. McCoy
- RE: Copy and past HTML into a perl script Camilo Gonzalez
- RE: Copy and past HTML into a perl script Bradley M. Handy
- RE: Copy and past HTML into a perl script Brett W. McCoy
- RE: Copy and past HTML into a perl script Camilo Gonzalez
- RE: Copy and past HTML into a perl script Bradley M. Handy
- RE: Copy and past HTML into a perl script Brett W. McCoy
- RE: Copy and past HTML into a perl script Camilo Gonzalez
- RE: Copy and past HTML into a perl script Mel Matsuoka
- RE: Copy and past HTML into a perl script Brett W. McCoy
- RE: Copy and past HTML into a perl script Camilo Gonzalez
