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

NAME

WWW::Spiegel - Perl extension for getting news http://www.spiegel.de/

SYNOPSIS

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

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

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

};

DESCRIPTION

WWW::Spiegel - Perl extension for getting news from http://www.spiegel.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 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 233:

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