in reply to Grappling with JSON::RPC::Client
I modified your code only to remove "use RPC::Lite::Client;" and add "use JSON::RPC::Client;" (and add strictures).
I did not see the error you did using the latest JSON-2.16 and JSON-RPC-0.96. It got as far as:
$VAR1 = 'HASH'; 500 Can't connect to 9999.9999.9999.9999:80 (Bad hostname '9999.9999.9 +999.9999')
so it certainly got past the constructor.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Grappling with JSON::RPC::Client
by Anonymous Monk on Jan 06, 2010 at 08:57 UTC | |
by reenen (Acolyte) on Jan 20, 2010 at 18:23 UTC | |
by reenen (Acolyte) on Jan 21, 2010 at 14:00 UTC |