The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::RTorrent::Socket - Direct connect to rtorrent via scgi proto

SYNOPSIS

  my $scli1 = new Net::RTorrent::Socket:: 'localhost:5000';
  my $req = RPC::XML::request->new('get_memory_usage');
  my $res = $scli3->send_request($req);
  print $res->value

ABSTRACT

Perl interface to rtorrent via scgi

DESCRIPTION

Net::RTorrent::Socket - Direct connect to rtorrent via scgi proto