Help for this page
use strict; use warnings;
#!/usr/bin/perl.exe use IO::Socket; ... PeerPort => 80, PeerAddr => "localhost") or die "opening port, $! "; $socket->send("Hello");