|
NAMEFile::Dir::Dumper - dump directory structures' meta-data in a consistent and machine-readable way.VERSIONVersion 0.0.8SYNOPSISuse File::Dir::Dumper; my $dumper = File::Dir::Dumper->new( { output_to => \*STDOUT, source => "/path/to/dir/to/dump", } ); METHODSAUTHORShlomi Fish, "<shlomif@cpan.org>"BUGSPlease report any bugs or feature requests to "bug-file-dir-dumper at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=File-Dir-Dumper>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.SUPPORTYou can find documentation for this module with the perldoc command.perldoc File::Dir::Dumper You can also look for information at:
SEE ALSOFile::Find::Object<http://code.google.com/p/xml-dir-listing/> and <http://dir2xml.sourceforge.net/> are two projects that provide similar functionality while utilising XML and Java instead of JSON and Perl. ACKNOWLEDGEMENTSCOPYRIGHT & LICENSECopyright 2008 Shlomi Fish, all rights reserved.This program is released under the following license: MIT/X11 Licence.
Visit the GSP FreeBSD Man Page Interface. |