in reply to Re: Help with Perl/Catalyst/Mason
in thread Help with Perl/Catalyst/Mason

Oh, are you expecting that Perl code to run when you press Submit? I mean, asking for confirmation before the form is submitted?

Replies are listed 'Best First'.
Re^3: Help with Perl/Catalyst/Mason
by sharkeyph (Initiate) on Jul 02, 2012 at 19:04 UTC
    Yes, I was hoping that the perl would run when you pressed submit, beofre the form posts.
      aaaannnddd.... I just realized that wont work... I need to build the counts using JS....

        Indeed. You need to remember that all your browser sees is a static HTML page. That is why I suggested checking the HTML.

        (I'm not a Catalyst user, btw, so the code I gave a bit earlier might not apply cleanly to the Catalyst/Mason combination.)