The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WWW::GameStar - Perl extension for getting news from Gamestar.de

SYNOPSIS

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

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

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

};

DESCRIPTION

WWW::GameStar - 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

www.zoozle.net www.zoozle.org 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