80fb4df552
Class::XPath is a Perl module which adds XPath-style matching to your object trees. This means that you can find nodes using an XPath-esque query with match() from anywhere in the tree. Also, the xpath() method returns a unique path to a given node which can be used as an identifier.
5 lines
285 B
Text
5 lines
285 B
Text
Class::XPath is a Perl module which adds XPath-style matching to
|
|
your object trees. This means that you can find nodes using an
|
|
XPath-esque query with match() from anywhere in the tree. Also,
|
|
the xpath() method returns a unique path to a given node which can
|
|
be used as an identifier.
|