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 !!!!

  • Comment on Adding Form action using HTML::FormHandler

Replies are listed 'Best First'.
Re: Adding Form action using HTML::FormHandler
by Anonymous Monk on May 05, 2010 at 20:16 UTC

    Have you looked at the output you get? If there is an action field in the form, you're already done.
    What did your target script receive for the Get/Post values?
    Did your script read them?

    PS: One exclamation point is more than sufficient.