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

NAME

Games::WoW::PVP - The great new Games::WoW::PVP!

VERSION

Version 0.01

SYNOPSIS

Quick summary of what the module does.

Perhaps a little code snippet.

    use Games::WoW::PVP;
   
    my $WoW  = Games::WoW::PVP->new();
    # looking for a character
    my %hash = $WoW->search_player(
        {   country   => 'EU',                      # EU europe US us
            realm     => 'conseil des ombres',      # name of the realm
            faction   => 'h',                       # h horde a ally
            character => 'raspa',                   # name of the player
        }
    );
    
    # looking for top players
    my %hash = $WoW->top(
        {   country => 'EUR,
            realm   => 'elune',
            faction => 'a',
        }
    );
    

FUNCTIONS

init

FUNCTIONS

construct_url

FUNCTIONS

query

FUNCTIONS

top_ten

FUNCTIONS

query

AUTHOR

Franck Cuny, <franck at breizhdev.net>

BUGS

Please report any bugs or feature requests to bug-games-wow-pvp at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Games-WoW-PVP. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Games::WoW::PVP

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2006 Franck Cuny, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.