siddheshsawant has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks, I am doing a project on Perl-MySQL-Catalyst(Framework).I have written a CGI script separately to generate a graph depending on the user's i/p on the web page.I am using catalyst framework to take care of HTML part of this project.I have written a form creator using HTML::FormHandler and on submit button I wanted to pass all the values of the forms to the CGI page for further processing.Can any body suggest how to add form action in catalyst to pass form values to the other script ?
I have gone through HTML::FormHandler manual Tutorial.There I could not able to find the required answer for it .If anybody knows about it then kindly let me know.Thanks in advance !!!!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Adding Form action using HTML::FormHandler
by Anonymous Monk on May 05, 2010 at 20:16 UTC |