Gea-Suan Lin > BBS-UserInfo > BBS::UserInfo

Download:
BBS-UserInfo-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

NAME ^

BBS::UserInfo - Base class of BBS::UserInfo::XXX

SYNOPSIS ^

    use BBS::UserInfo;

    my $bot = BBS::UserInfo->new('Ptt', 'server' => 'ptt.cc');
    $bot->connect();
    my $data = $bot->query('username');
    print($data->{'logintimes'});

FUNCTIONS ^

new()

AUTHOR ^

Gea-Suan Lin, <gslin at gslin.org>

COPYRIGHT & LICENSE ^

Copyright 2006 Gea-Suan Lin, all rights reserved.

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