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

NAME

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

VERSION

version 0.15.9

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.

SEE ALSO

WebFetch https://github.com/ikluft/WebFetch

BUGS AND LIMITATIONS

Please report bugs via GitHub at https://github.com/ikluft/WebFetch/issues

Patches and enhancements may be submitted via a pull request at https://github.com/ikluft/WebFetch/pulls

AUTHOR

Ian Kluft <https://github.com/ikluft>

COPYRIGHT AND LICENSE

This software is Copyright (c) 1998-2023 by Ian Kluft.

This is free software, licensed under:

  The GNU General Public License, Version 3, June 2007