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


WebFetch documentation  | view source Contained in the WebFetch distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

Top

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.

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

AUTHOR

Top

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

SEE ALSO

Top


WebFetch documentation  | view source Contained in the WebFetch distribution.