in reply to Convering Perl socket program into CGI.

Well first things first. You have gotto have access to the IO::Socket module. Check the contents of @INC;

Does the socket server binding/init die or not ?

Is that the complete CGI script that you have posted ? Or do you need to convert that code to CGI ?
That code doesn't look like a CGI ready script.
  • Comment on Re: Convering Perl socket program into CGI.

Replies are listed 'Best First'.
Re^2: Convering Perl socket program into CGI.
by rockmountain (Sexton) on Jul 14, 2006 at 06:38 UTC
    You are correct. I have to convert it into CGI. There lies the problem
    cheers Rock

    Edited by planetscape - moved content out of signature (readability)