|
NAMEMail::Freshmeat - parses daily newsletters from http://freshmeat.net/SYNOPSISuse Mail::Freshmeat; my $newsletter = Mail::Freshmeat->new(\*STDIN); print "Date: ", $newsletter->date(), "\n"; print "Total entries: ", $newsletter->entries_total(), "\n"; for my $entry ($newsletter->entries()) { print "Position: ", $entry->position(), "\n"; print "Name and version: ", $entry->name_and_version(), "\n"; } DESCRIPTIONIMPORTANT: DUE TO FRESHMEAT.NET CHANGING THE STRUCTURE OF THEIR NEWSLETTERS, THE INTERFACE FOR THIS PACKAGE HAS CHANGED SINCE Mail::Freshmeat 0.94.Mail::Freshmeat is a subclass of Mail::Internet. This package provides parsing of the daily e-mail newsletters which are sent out from http://freshmeat.net/ to any individual who requests them. NEWSLETTER METHODS
ENTRY METHODS
ARTICLE METHODS
NEWSLETTER ACCESSORS
ENTRY ACCESSORS
ARTICLE ACCESSORS
AUTHORS
LICENSEThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. VERSIONThis is release 1.20.SEE ALSOperl(1).POD ERRORSHey! The above document had some coding errors, which are explained below:
Visit the GSP FreeBSD Man Page Interface. |