in reply to IPv6 support for XML-RPC modules
It works by replacing IO::Socket::INET with IO::Socket::INET6, aka "hot-patching". Make sure that you have IO::Socket::INET6 installed.#!/usr/bin/perl use Net::INET6Glue; require RPC::XML; require RPC::XML::Client;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: IPv6 support for XML-RPC modules
by daphnaw (Acolyte) on Mar 27, 2011 at 15:56 UTC | |
by Khen1950fx (Canon) on Mar 27, 2011 at 17:51 UTC | |
by daphnaw (Acolyte) on Mar 28, 2011 at 14:29 UTC |