in reply to Namespace error while parsing html document.

You seem to have forgotten to post the HTML.

  • Comment on Re: Namespace error while parsing html document.

Replies are listed 'Best First'.
Re^2: Namespace error while parsing html document.
by mr_p (Scribe) on Jun 30, 2010 at 21:25 UTC
    It put code in to download the html $client->get.

    Also,

    I was not able to pass $content->{_content} to parse_html_string(), does anyone know why. Isn't $content->{_content} suppose to have the the file downloaded? I ended up reading the file.
      No, there's nothing like that in the docs.

      Just as a note - please don't expect us to fetch HTML on your behalf. If you include the first two or three lines of the HTML as test data within your script instead of requiring us to write it to a temporary file in a location that might not even exist on our systems, you make things much more self-contained and easier for us to replicate. And if it is easier for us to replicate, that makes it easier for us to help you.