mod-perl

Apache module in C: how to write data to client socket?

Hello, I have created a simple mod_perl module, which writes a 0-terminated string to the Flash-clients connecting to the port 843. It works ok, but uses 20m per httpd-child at my CentOS 5 Linux machine. So I'm trying to rewrite my module in C, but I'm not sure how to access the client socket through the conn_rec struct that my protoco...

Prerequisites for Perl product

i am new for developing website in perl cgi script. what are the Prerequisites for Perl product(please give basic ideas or some good Tutorials) ...