Here's what's happening: I was using Perl 5.6.x, HTML::Embperl 1.3.4 and Apache 1.3.x for a long time without problems. However I have just upgraded my server to RedHat 8.0 which has Perl 5.8.0, Apache 2.0.x and then I followed Gerald's instructions for grabbing and compiling the latest Embperl2c from CVS.
My Embperl pages are serving dynamic content fine, but the good old HTML included in the page is being rewritten with disastrous results. For example, in the source file on the server, the following : <a href=http://www.conceptionstore.com><img src=/images/cstore.gif border=0></a> becomes: <a href="http" ://www.conceptionstore.com><img src /images/cstore.gif border=0></a> which is un-renderable. Can you point me in the right direction please? Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
