From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Net::Partty - Partty.org! interface

SYNOPSIS

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

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.