in reply to Re^6: can't extract node with HTML::TreeBuilder::XPath
in thread can't extract node with HTML::TreeBuilder::XPath

"The only way to even get a hint that it compiles with some html5 spec is to read the source"

Or to read the name of the module. It's not like it's called "WWW::XYZ::ABC"; it's called "HTML::HTML5::Parser". Perhaps it might be a parser for HTML5?

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re^7: can't extract node with HTML::TreeBuilder::XPath

Replies are listed 'Best First'.
Re^8: can't extract node with HTML::TreeBuilder::XPath
by Anonymous Monk on Aug 01, 2012 at 11:00 UTC

    Or to read the name of the module. It's not like it's called "WWW::XYZ::ABC"; it's called "HTML::HTML5::Parser". Perhaps it might be a parser for HTML5?

    How clever, name as substitute for documentation