![]() |
![]()
| ![]() |
![]()
NAMEFile::Dir::Dumper::App - a command line app-implemented as a class to do the dumping. VERSIONVersion 0.0.8 SYNOPSISuse File::Dir::Dumper::App; my $app = File::Dir::Dumper::App->new({argv => \@ARGV}); exit($app->run()); METHODS$self->new({ argv => \@ARGV})Scans using the @ARGV command line arguments. $self->run()Runs the application. AUTHORShlomi 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:
ACKNOWLEDGEMENTSCOPYRIGHT & LICENSECopyright 2008 Shlomi Fish, all rights reserved. This program is released under the following license: MIT/X11 Licence.
|