| WebFetch documentation | view source | Contained in the WebFetch distribution. |
WebFetch::Output::Dump - save data in a Perl structure dump
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...]
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.
WebFetch was written by Ian Kluft
Send patches, bug reports, suggestions and questions to
maint@webfetch.org.
| WebFetch documentation | view source | Contained in the WebFetch distribution. |