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

Yes, I was hoping that the perl would run when you pressed submit, beofre the form posts.

Replies are listed 'Best First'.
Re^4: Help with Perl/Catalyst/Mason
by sharkeyph (Initiate) on Jul 02, 2012 at 19:14 UTC
    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.)