Just in case anyone wants the solution:
<html> <body>
[- local $escmode=0; print OUT "\<B> Hello World \</B>"; -]
</body> </html>
which came courtesy "Andrew O'Brien".
Thanks again!
-----Original Message-----
From: Michael George III [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 23, 2001 11:07 PM
To: [EMAIL PROTECTED]
Subject: Is it possible to use "print OUT" to create HTML tags?
Is it possible to convert use "print OUT" to generate HTML tags?
Embperl Example:
<html> <body> <B> [+ "Hello World" +] </B></body> </html>
Failed print OUT Examples:
<html> <body> [- print OUT "<B> Hello World </B>"; -] </body> </html>
Comment: HTML tags get stripped.
<html> <body> [- print OUT "\<B> Hello World \</B>"; -] </body> </html>
Comment: Escaping the '<' causes tag to be converted to ASCII characters
If it is possible to use "print OUT" to generate HTML tags, please show me
the way.
Thanks!
Michael George III
[EMAIL PROTECTED]
http://mike.wnol.net
"Douglas Adams, we'll miss you and thanks for the answer to life, the
universe and everything!"
1952 - May 11, 2001
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]