HTTP-Server-Simple - Changing host

Posted on Sat Aug 6 04:56:37 2005 by sg
Changing host
How do I change the host to, say, 12.1.59.3 (instead of localhost or 127.0.0.1)? I tried
$server->host("12.1.59.3"); $server->run();
but got the error message:
bind: Unknown error at C:/opt/perl/site/lib/HTTP/Server/Simple.pm line 528, <DATA> line 16.
Write a response