in reply to Creating a server that accepts more than one client.

  • Iff this is an education exercise, then get Lincoln Stein's "Network Programming with Perl"
  • If you want something already written, try Net::Server

    @foreign = qw(HTTP HTML CGI SQL fixed-length-data xSV-data); @chromatic = @tilly = map { "$_ is plain text, easily manipulated in Perl" } @foreign; @princepawn = map { "find something on CPAN to manipulate $_" } @foreign;

    • Comment on Re: Creating a server that accepts more than one client.