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

aaaannnddd.... I just realized that wont work... I need to build the counts using JS....

Replies are listed 'Best First'.
Re^5: Help with Perl/Catalyst/Mason
by Anonymous Monk on Jul 03, 2012 at 08:47 UTC

    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.)