On Sat, Apr 22, 2006 at 07:37:33PM -0700, Daniel wrote: > I'm running very basic embperl through my httpd using embpexec.pl to > parse any .epl scripts. > > I tried using embpexec.pl -o 16 also, but that failed to work as well. > > My testfile looks like this: > > [- > $escmode=0; > print OUT "<h1>blah</h1>" > -] > > > However, <h1> is tripped in the output. How can I get this to work?
Seems I solved it by doing: print OUT "\<h1>blah\</h1>" as I remembered someone here had mentioned it. I would be grateful for a solution which didn't involve escaping the <>'s since most of my code isn't because it wasn't required through apache, and I'll be gravitating towards lighttpd/fcgi instead of apache/mod_perl. -d --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]