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
net::server::proto::udp(3) - mojave
coro::lwp(3pm) - debian
log::log4perl::appender::socket(3pm) - debian
net::sslglue::ldap(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?