The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebFetch::Output::Dump - save data in a Perl structure dump

SYNOPSIS

In perl scripts:

use WebFetch::Output::Dump;

From the command line:

perl -w -MWebFetch::Output::Dump -e "&fetch_main" -- --dir directory --format dump --save save-path [...WebFetch output options...]

DESCRIPTION

This is an output module for WebFetch which simply outputs a Perl structure dump from Data::Dumper. It can be read again by a Perl script using eval.

$obj->fmt_handler_dump( $filename )

This function dumps the data into a string for saving by the WebFetch::save() function.

AUTHOR

WebFetch was written by Ian Kluft Send patches, bug reports, suggestions and questions to maint@webfetch.org.

SEE ALSO

WebFetch

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 60:

'=item' outside of any '=over'

Around line 80:

You forgot a '=back' before '=head1'