FreeBSD Manual Pages
Plugtools::Plugins::DuUser)Contributed Perl DocumenPlugtools::Plugins::Dump(3) NAME Plugtools::Plugins::Dump - A Plugtools plugin that calls Data::Dumper->Dumper on %opts and %args that are passed to the plugin. VERSION Version 0.0.0 SYNOPSIS This is a Plugtools plugin that calls Data::Dumper->Dumper on %opts and %args that are passed to the plugin. Functions plugin The function that will be called by Plugtools. use Plugtools::Plugins::Dump; %returned=Plugtools::Plugins::Dump->plugin(\%opts, \%args); if($returned{error}){ print "Error!\n"; } ERROR CODES At this time this plugin does not return any error codes. As long as Data::Dumper is installed, it will work. AUTHOR Zane C. Bowers, "<vvelox at vvelox.net>" BUGS Please report any bugs or feature requests to "bug-plugtools at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Plugtools>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT You can find documentation for this module with the perldoc command. perldoc Plugtools You can also look for information at: o RT: CPAN's request tracker <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Plugtools> o AnnoCPAN: Annotated CPAN documentation <http://annocpan.org/dist/Plugtools> o CPAN Ratings <http://cpanratings.perl.org/d/Plugtools> o Search CPAN <http://search.cpan.org/dist/Plugtools/> ACKNOWLEDGEMENTS COPYRIGHT & LICENSE Copyright 2009 Zane C. Bowers, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.32.0 2010-04-28 Plugtools::Plugins::Dump(3)
NAME | VERSION | SYNOPSIS | Functions | ERROR CODES | AUTHOR | BUGS | SUPPORT | ACKNOWLEDGEMENTS | COPYRIGHT & LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Plugtools::Plugins::Dump&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>