14 Mar
2019
14 Mar
'19
6:55 p.m.
On Thu, 14 Mar 2019 11:47:31 -0700 Chad Wallace wrote:
I don't know how else you would get the following fatal error, unless something is actually dying with the message "Use of uninitialized value in subroutine entry"
Use of uninitialized value in subroutine entry at /home/hermann/perl5/perlbrew/perls/perl-5.26.2/lib/site_perl/5.26.2/HTTP/Server/Simple.pm line 397.
That one's not fatal, but the one after it is. It's a croak from within Socket's XS code.
Ah, I see what you mean. I didn't scroll down enough :) Andy