Help for this page
my $tree = get_xml_as_tree($url) # get_xml_as_tree is a method that #builds an xml::xpath tree, from the $url source and we know it works. ... #do some stuff } }