in reply to HTML::Parser - no contents. no error.

Have seen a similar problem to this using a HTML::Parser that was compiled for 5.8.0 with version 5.8.1. Make sure your HTML::Parser is actually compiled for the version you're trying to run it with? (Upgrade is probably a good idea though :)

C.

  • Comment on Re: HTML::Parser - no contents. no error.

Replies are listed 'Best First'.
Re: Re: HTML::Parser - no contents. no error.
by bart (Canon) on Oct 29, 2003 at 11:29 UTC
    If this is indeed the problem, the cause of it is discussed in the first point on this P5P summary.