GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Plugtools::Plugins::Dump(3) User Contributed Perl Documentation Plugtools::Plugins::Dump(3)

Plugtools::Plugins::Dump - A Plugtools plugin that calls Data::Dumper->Dumper on %opts and %args that are passed to the plugin.

Version 0.0.0

This is a Plugtools plugin that calls Data::Dumper->Dumper on %opts and %args that are passed to the 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";
    }

At this time this plugin does not return any error codes. As long as Data::Dumper is installed, it will work.

Zane C. Bowers, "<vvelox at vvelox.net>"

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.

You can find documentation for this module with the perldoc command.

    perldoc Plugtools

You can also look for information at:

  • RT: CPAN's request tracker

    <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Plugtools>

  • AnnoCPAN: Annotated CPAN documentation

    <http://annocpan.org/dist/Plugtools>

  • CPAN Ratings

    <http://cpanratings.perl.org/d/Plugtools>

  • Search CPAN

    <http://search.cpan.org/dist/Plugtools/>

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.

2010-04-28 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.