The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Newsgrabber - Perl extension for getting news from a general news site

SYNOPSIS

use WWW::Newsgrabber; my $obj = WWW::Newsgrabber->new( url => 'http://www.newsitedoesntexists.com', regex => '\.html' ); my $ResultHashRef = $obj->getNews();

while ( my ($url,$name)=each(%{$ResultHashRef})){

        print "$name => $url\n";

};

DESCRIPTION

WWW::Newsgrabber - Perl extension for getting news from a general news site

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 WWW::Futurezone WWW::Teamxbox WWW::Spiegel

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 236:

Non-ASCII character seen before =encoding in '|ät!'. Assuming UTF-8