my $template = Net::Server::options( {}, {} ); $template->{$_} = undef for @my_extra_param_names; my $server = Net::Server->new( $template );