| Net-Partty documentation | view source | Contained in the Net-Partty distribution. |
Net::Partty - Partty.org! interface
use Net::Partty;
my $partty = Net::Partty->new;
$partty->connect(
session_name => 'session',
message => 'message',
writable_password => 'password',
};
Net::Partty is Partty.org! login interface for perl.
Kazuhiro Osawa <ko@yappo.ne.jp>
example/pertty.pl
http://www.partty.org/
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.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Net-Partty documentation | view source | Contained in the Net-Partty distribution. |