debian man page for net::inet6glue::inet_is_inet6

Query: net::inet6glue::inet_is_inet6

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Net::INET6Glue::INET_is_INET6(3pm)			User Contributed Perl Documentation			Net::INET6Glue::INET_is_INET6(3pm)

NAME
Net::INET6Glue::INET_is_INET6 - make IO::Socket::INET behave like IO::Socket::INET6
SYNOPSIS
use Net::INET6Glue::INET_is_INET6; use LWP::Simple; print get( 'http://[::1]:80' ); print get( 'http://ipv6.google.com' );
DESCRIPTION
Many modules directly create IO::Socket::INET sockets or have it as a superclass. Because IO::Socket::INET has no support for IPv6 these modules don't have it either. This module tries to make IO::Socket::INET behave like IO::Socket::INET6 by copying the symbol table from IO::Socket::INET6 into IO::Socket::INET. The original symbol table from IO::Socket::INET is still available in IO::Socket::INET4. This strategy works for Net::SMTP, LWP and probably a lot of other modules too, which don't try to depend too much on the innards of IO::Socket::INET or on the text representation of IP addresses (IPv6 addresses look different than IPv4 addresses).
COPYRIGHT
This module is copyright (c) 2008, Steffen Ullrich. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself. perl v5.12.3 2011-08-27 Net::INET6Glue::INET_is_INET6(3pm)
Related Man Pages
net::server::proto::udp5.18(3) - mojave
log::log4perl::appender::socket(3) - suse
net::sslglue::smtp(3pm) - debian
net::server::proto::ssl(3pm) - debian
paranoid::network::socket(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...
My first PERL incarnation... Audio Oscillograph