WebFetch::LinuxDevNet - download and save Linux Dev.Net headlines |
WebFetch::LinuxDevNet - download and save Linux Dev.Net headlines
In perl scripts:
use WebFetch::LinuxDevNet;
From the command line:
perl -w -MWebFetch::LinuxDevNet -e "&fetch_main" -- --dir directory
This module gets the current headlines from Linux Dev.Net (linuxdev.net).
After this runs, the file linuxdevnet.html
will be created or replaced.
If there already was an linuxdevnet.html
file, it will be moved to
Olinuxdevnet.html
.
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
.
WebFetch::LinuxDevNet - download and save Linux Dev.Net headlines |