2009/7/6 XUFENG <xufeng...@sina.com>:
> Hi,
>        I plan to implement a threading or forking http server to receive 
> client request,after handling the requested url,it gives out new urls.
>        What is the better module to use?

A perl module or httpd module?
for perl module, could use CGI.pm and look for redirect() method.
for httpd module, use the powerful mod_rewrite.


Jeff.

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to