Search found 2 matches

by coolstory
Tue Apr 02, 2013 5:59 pm
Forum: Development
Topic: [JSON API] perl scripts
Replies: 4
Views: 5284

Re: json-api in perl

Thank you! This should help immensely. I want to integrate https://github.com/autodl-irssi-community/autodl-irssi with deluge so it has the same support rtorrent currently enjoys. We'll see if I can get there. Btw, if anyone is interested in doing this that actually knows perl/deluge... it would be ...
by coolstory
Tue Apr 02, 2013 2:52 pm
Forum: Development
Topic: [JSON API] perl scripts
Replies: 4
Views: 5284

[JSON API] perl scripts

I'm trying to interface with the json-api using perl without much success. I'm not sure what is being returned by the json-rpc request, but it's definitely confusing the perl library. Any pointers would be appreciated! #!/usr/bin/perl use strict; use warnings; use JSON::RPC::Client; use Data::Dumper...