Help for this page
{ package SimpleSrv; ... my $server = SimpleSrv->new(8080); $server->host('127.0.0.1'); $server->run();
$ telnet localhost 8080 Trying 127.0.0.1... ... <<<foobar>>> Connection closed by foreign host.