HTML::Parser not mod_perl safe?

2005-09-22 Thread Mike Henderson
Hello, just a quick question...   Has anyone out there successfully deployed HTML::Parser in an apache 1.3.x / mod_perl / HTML::Mason environment (dynamically parsing pages) ?   I realize that the module itself is kind of crunky, and additionally an XS module, so, i'm left wondering.   Basically, w

Re: HTML::Parser not mod_perl safe?

2005-09-23 Thread Mike Henderson
back to the PackageName routines, and I actually end up storing all of  my data in the HTML::Parser namespace ... but it works! :) ... and this is why we love perl.   Thanks guys.   On 9/22/05, Barry Hoggard <[EMAIL PROTECTED]> wrote: On Sep 22, 2005, at 2:30 PM, Mike Henderson wrote:> Hel