in reply to Re^2: extracting data from HTML
in thread extracting data from HTML

When you're dealing with XML::LibXML, you'll need to wade through XML::LibXML::Node, from which most of the other classes inherit. Most of them have a ->toString method if you're interested in their contents.

Replies are listed 'Best First'.
Re^4: extracting data from HTML
by Jurassic Monk (Acolyte) on Jun 03, 2012 at 20:09 UTC

    I was working with my own test stuff and then that didn't work. So I used Toby his example, which I asumed would work fine, but that did not, unfortunatly