NAME dpath - Cmdline tool around Data::DPath SYNOPSIS Query some input data with a DPath to stdout. $ dpath '//some/dpath' data.yaml Specify other input and output formats, e.g.: $ dpath -i json -o dumper '//some/dpath' data.json AUTHOR Steffen Schwigon, "<>" REPOSITORY The public repository is hosted on github: git clone git://github.com/renormalist/app-dpath.git COPYRIGHT & LICENSE Copyright 2009 Steffen Schwigon, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.