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::CNNsearch - search for stories at CNN Interactive

SYNOPSIS

In perl scripts:

use WebFetch::CNNsearch;

From the command line:

perl -w -MWebFetch::CNNsearch -e "&fetch_main" -- --dir directory --search search-string --pagesize search-page-size

DESCRIPTION

This module gets the stories by searching CNN Interactive.

After this runs, the file cnnsearch.html will be created or replaced. If there already was an cnnsearch.html file, it will be moved to Ocnnsearch.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