On Sun, Jan 1, 2017 at 11:34 AM, Bo Johansson <bo.johansson@lsn.se> wrote: > Hej! > > I have run: > > use strict; > use warnings; > > use HTTP::Server::Simple; > > my $server = HTTP::Server::Simple->new(); > $server->host( undef ); > #$server->host( '0.0.0.0' ); > $server->run(); > > Using "$server->host( undef );" or "$server->host( '0.0.0.0' );" works > with HTTP::Server::Simple version 0.51! > Best regards > Bo Johansson > Does that mean this ticket is closable? LeonThread Previous | Thread Next