The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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