Hi  
In the CGI  environment ,
    After getting the request from the client  , based on the request  the web server 
will load the cgi2perl  module  
( may be someother name)  to act as interface between perl and Webserver.  The 
cgi2perl will get the data from perl interpreter and give back to web server.  This is 
the way it will work in cgi environment . The cgi2perl module will use the webserver 
API functions to interact with webserver.

Like that , i want to understand how internally mod_perl is working apart from generic 
explanations. Where to get all those informations.

Thanks in advance.

Regards
K.Murugan


Reply via email to