NAME
Net::Partty - Partty.org! interface
SYNOPSIS
use Net::Partty;
my $partty = Net::Partty->new;
$partty->connect(
session_name => 'session',
message => 'message',
writable_password => 'password',
};
DESCRIPTION
Net::Partty is Partty.org! login interface for perl.
AUTHOR
Kazuhiro Osawa <ko@yappo.ne.jp>
SEE ALSO
example/pertty.pl
http://www.partty.org/
REPOSITORY
svn co http://svn.coderepos.org/share/lang/perl/Net-Partty/trunk Net-Partty
Net::Partty is Subversion repository is hosted at http://coderepos.org/share/. patches and collaborators are welcome.
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.