I am using HTTP::Daemon for a HTTP-server.
use strict; use warnings; use HTTP::Daemon; my $d = HTTP::Daemon->new (Listen => 1, LocalPort => 8080, Re