|
NAMEBBS::UserInfo - Base class of BBS::UserInfo::XXXSYNOPSISuse BBS::UserInfo; my $bot = BBS::UserInfo->new('Ptt', 'server' => 'ptt.cc'); $bot->connect(); my $data = $bot->query('username'); print($data->{'logintimes'}); FUNCTIONSnew()AUTHORGea-Suan Lin, "<gslin at gslin.org>"COPYRIGHT & LICENSECopyright 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.
Visit the GSP FreeBSD Man Page Interface. |