NAME
WebFetch::Freshmeat - download and save Freshmeat headlines
SYNOPSIS
In perl scripts:
use WebFetch::Freshmeat;
From the command line:
perl
-w
-MWebFetch::Freshmeat -e
"&fetch_main" -- --dir directory
DESCRIPTION
This module gets the current headlines from Freshmeat.
After this runs, the file freshmeat.html
will be created or replaced. If there already was an freshmeat.html
file, it will be moved to Ofreshmeat.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
.