Help for this page
$x->{one}{two}{three};
$x->{one}{two}{three}; $x->{one}{two}{four};
use MyClass::XML::XPath; use syntax 'http://www.blah.com/xpath/blah.blah', 'MyClass::XML::XPath +'; ... print /*; my $title = /html/head/title[0];