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]

Reply via email to