On Fri, Mar 20, 2009 at 10:57 AM, praba har <prabap...@yahoo.co.in> wrote: > I am very new to mod perl. I have a task to create feedback form (Web Page > for a portal) in the mod perl. Please give me some idea or sample code on > this. I have knowledge to create feed back form in the perl/CGI.
You'll find lots of documentation and examples on the mod_perl site: http://perl.apache.org/ You can reuse CGI code by running it with ModPerl::Registry. - Perrin