NAME
TPath::Forester::Ref::Expression - expression that converts a ref into a TPath::Forester::Ref::Root before walking it
VERSION
version 0.004
DESCRIPTION
A TPath::Expression that provides the dsel
method.
METHODS
dsel
"De-references" the values selected by the path, extracting them from the TPath::Forester::Ref::Node objects that hold them.
In an array context dsel
returns all selections. Otherwise, it returns the first node selected.
AUTHOR
David F. Houghton <dfhoughton@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by David F. Houghton.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.