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

NAME

WWW::Heise - Perl extension for getting news from heise.de

SYNOPSIS

use WWW::Heise; my $obj = WWW::Heise->new(); my $ResultHashRef = $obj->getNews();

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

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

};

DESCRIPTION

WWW::Heise - Perl extension for getting news from Gamestar.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

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

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