|
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.
|