StuMc has asked for the wisdom of the Perl Monks concerning the following question:
I'm new to this site and relatively new to perl, so first off would like to say hi!
I'm using HTTP::Server::Simple::CGI to serve up a simple form which then calls a shell script as an action. It all works fine except for users in one of our office sites. The form gets served and submitted ok, but then the process exits with the following:
Use of uninitialized value in subroutine entry at /usr/lib/perl5/site_perl/5.10.0/HTTP/Server/Simple.pm line 397. Bad arg length for Socket::sockaddr_family, length is 0, should be at least 2 at /usr/lib/perl5/site_perl/5.10.0/HTTP/Server/Simple.pm line 397
I'm not really doing anything special, I've just modified the example given with the docs slightly. I'm using perl v5.10.0 on SuSE Enterprise Server 11.3
Wondering if anyone has seen this before?
Thanks, Stu
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Having problems with HTTP::Server::Simple::CGI
by hippo (Archbishop) on Mar 10, 2016 at 23:27 UTC | |
by StuMc (Initiate) on Mar 11, 2016 at 18:02 UTC | |
|
Re: Having problems with HTTP::Server::Simple::CGI
by poj (Abbot) on Mar 10, 2016 at 19:55 UTC | |
by StuMc (Initiate) on Mar 11, 2016 at 17:53 UTC | |
by poj (Abbot) on Mar 11, 2016 at 18:24 UTC | |
by StuMc (Initiate) on Mar 17, 2016 at 07:00 UTC |