The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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 module gets the current news headlines from a site-local file.

TODO: add description

AUTHOR

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

SEE ALSO

WebFetch