NAME
WebFetch::32BitsOnline - download and save 32BitsOnline headlines
SYNOPSIS
In perl scripts:
use WebFetch::32BitsOnline;
From the command line:
perl -w -MWebFetch::32BitsOnline -e "&fetch_main" -- --dir directory [--features]
DESCRIPTION
This module gets the current headlines from 32BitsOnline.
After this runs, the file 32bitsonline.html
will be created or replaced. If there already was an 32bitsonline.html
file, it will be moved to O32bitsonline.html
.
By default, WebFetch::32BitsOnlin fetches the news headlines from 32BitsOnline. If the optional --features
parameter is used, it will fetch the latest feature articles from 32BitsOnline instead.
AUTHOR
WebFetch was written by Ian Kluft for the Silicon Valley Linux User Group (SVLUG). Send patches, bug reports, suggestions and questions to maint@webfetch.org
.