Wednesday, 1 July 2009
Perl IPv6 sockets, grmpf
« CUDA and Pyrit on BT4 Prerelease | Main | JDK 1.6 native build on OpenBSD 4.6-snapshot »This blog entry is about IO::Socket::INET6 - Object interface for AF_INET|AF_INET6 domain sockets which is used for IPv6 socket communication from Perl.
Make sure that you install the module first. Using Backtrack 4 pre final I used something like:
hlk@sylvia:~$ sudo apt-get install libio-socket-inet6-perl
The built-in Perl from /usr/bin/perl on Mac OS X has this module, but if you are using a locally built /usr/local/bin/perl from Macports or Fink you might not have it inst More text
Posted by at CEST 11:07 01/07/2009 in Toolbox entries
[Trackback URL for this entry]

