was mnore I'd use a here doc:
print <Board # Color # colspan="2">model #Serial # "
STUFF
HTH
DMuey
>
> - Original Message -----
> From: Dan Muey <[EMAIL PROTECTED]>
> Date: Wednesday, July 23, 2003 10:21 am
> Subject: RE: printing html symbol
Thanks Dan, how would I go about printing a string like:
"
Board # Color #model #Serial #
"
- Original Message -
From: Dan Muey <[EMAIL PROTECTED]>
Date: Wednesday, July 23, 2003 10:21 am
Subject: RE: printing html symbols
>
> > Hi all,
>
> Howdy
&g
> Hi all,
Howdy
>
> I need to print out a whole bunch of HTML in my cgi script.
> How can I print things out with out escaping all the
> necessary symbols ??
>
Use single quotes, use qq(), q(), qx() etc
Use here documents (you still have to escape @ signs though)
print <
> Mark G
>
>
>
On Saturday 18 May 2002 2:01 pm, Mat Harris wrote:
> I know all about printing html to a browser from a CGI script, but is it
> possible to put PHP in that html? If so, how?
There is nothing to stop you printing the PHP stuff out from your perl
script, but to the best of my knowledge there is no
Hi -
Unless I'm missing something, just print ...php stuff; Anything printed
to STDOUT in a CGI module populates the web page. If you are using a CPAN
module to generate HTML, just be sure to be "outside" his function calls.
Aloha - Beau.
-Original Message-
From: Mat Harris [mailto: