RE: Is it possible to use "print OUT" to create HTML tags?

2001-05-23 Thread Michael George III
Just in case anyone wants the solution: [- local $escmode=0; print OUT "\ Hello World \"; -] which came courtesy "Andrew O'Brien". Thanks again! -Original Message----- From: Michael George III [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 11:0

Is it possible to use "print OUT" to create HTML tags?

2001-05-23 Thread Michael George III
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 t

Dynamic Tables NOT not working if using an array that does NOT start with and index of 0 (zero) or uses non sequential integers in the index

2001-05-23 Thread Michael George III
s now, but I spent hours going over my code trying to find the error. It turns out that my assumptions on how the dynamic table generator worked were in error. If this is the intended behavior please let me know and I will adjust my code by converting all the arrays to sequentially numbered int

Problems compiling embperl -- thr undeclared

2001-05-15 Thread Michael George III
a, I can successfully compile. However, I am not a believer in "It compiles, therefore we should slam it into production and go home for the weekend. :)" Does anyone have a comment on this fix and if this is the correct solution for building embperl? Thanks! Michael George III [EMA