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::SiteNews - download and save SiteNews headlines

SYNOPSIS

In perl scripts:

use WebFetch::SiteNews;

From the command line:

perl -w -MWebFetch::SiteNews -e "&fetch_main" -- --dir directory --input news-file --short short-form-output-file --long long-form-output-file

DESCRIPTION

This module gets the current headlines from a site-local file.

After this runs, the file site_news.html will be created or replaced. If there already was an site_news.html file, it will be moved to Osite_news.html.

AUTHOR

WebFetch was written by Ian Kluft for the Silicon Valley Linux User Group (SVLUG). Send patches, bug reports, suggestions and questions to webfetch-maint@svlug.org.

SEE ALSO

WebFetch