in reply to IO::Socket vs IO::Socket::INET for simple webserver

Try our HTTP::Server::Simple if you need a simple, plain webserver. It handles everything HTTP related for you with no need to care about sockets, listening or network communication.
  • Comment on Re: IO::Socket vs IO::Socket::INET for simple webserver

Replies are listed 'Best First'.
Re^2: IO::Socket vs IO::Socket::INET for simple webserver
by corwin18 (Initiate) on Oct 20, 2011 at 17:14 UTC

    I am trying to build my own for a class assignment which is why I sent in the code. Thank you for your responses. Are there any suggestions for improving my code?