Games::WoW::PVP is a Perl module with the great new Games::WoW::PVP!
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',
}
);
Product's homepage
Requirements:
· Perl