NAME
WWW::Golem - Perl extension for getting news from http://www.golem.de/
SYNOPSIS
use WWW::Golem; my $obj = WWW::Golem->new(); my $ResultHashRef = $obj->getNews();
while ( my ($url,$name)=each(%{$ResultHashRef})){
print "$name => $url\n";
};
DESCRIPTION
WWW::Popurls - Perl extension for getting news from http://www.golem.de
EXPORT
HtmlLinkExtractor - extraction of links from html document
getNews - getting news
Get - http get method
DEPENDENCIE
use HTML::TokeParser; use LWP::UserAgent; use HTTP::Request; use URI::URL; use strict;
SEE ALSO
http://www.zoozle.net http://www.zoozle.org http://www.zoozle.biz
NET::IPFilterSimple NET::IPFilter WWW::CpanRecent WWW::Heise WWW::GameStar WWW::Popurls WWW::Golem
AUTHOR
Sebastian Enger, bigfish82 |ät! gmail?com
COPYRIGHT AND LICENSE
Copyright (C) 2008 by Sebastian Enger
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 231:
Non-ASCII character seen before =encoding in '|ät!'. Assuming UTF-8