Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    Weewar 0.01

    Download button

    No screenshots available
    Downloads: 396  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Jonathan Rockway | More programs
    Perl Artistic License / FREE
    May 13th, 2009, 11:29 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Weewar description

    Get data from the weewar.com XML API

    Weewar is a Perl module that allows you to get data from the weewar.com XML API.

    SYNOPSIS

     use Weewar;

     # get all users
     my @users = Weewar->all_users; # all active players on weewar

     # get a single user
     my $me = Weewar->user('jrockway'); # one user only (as a Weewar::User)
     my $me = Weewar::User->new({ name => 'jrockway }); # lazy-loaded

     # get a game
     my $game = Weewar->game('27056'); # get game (as a Weewar::Game)
     my $game = Weewar::Game->new({ id => '27056' });
     
     # access headquarters
     my $hq = Weewar->hq('jrockway' => $jrockways_api_key);
     my $hq = Weewar::HQ->new({ user => 'jrockway',
     key => $jrockways_api_key,
     });


    This module lets you interact with the (Weewar) API. See Weewar::User, Weewar::Game, and Weewar::HQ for details about what data you can get from the API.


    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    XML API | Perl module | fetch data | Perl | XML | API

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM