NAME
TPath::Forester::Ref::Expression - expression that converts a ref into a TPath::Forester::Ref::Root before walking it
VERSION
version 0.001
DESCRIPTION
A TPath::Expression that will automatically convert plain references like { foo =
[ 'a', 'b', 'c' ], bar => 1 }> into a TPath::Forester::Ref::Node tree. These expressions can also be used on TPath::Forester::Ref::Node
trees directly.
METHODS
dsel
Returns the values selected by the path as opposed to the nodes containing them.
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.