in reply to Re^2: jQuery and Perl
in thread jQuery and Perl

<%perl> is HTML::Mason syntax, so it could work. There is also pQuery

Replies are listed 'Best First'.
Re^4: jQuery and Perl
by Corion (Patriarch) on May 27, 2010 at 14:54 UTC

    pQuery just ports the jQuery API to Perl. It does not provide any RPC mechanism and/or interpolation mechanism which would allow you to mix Perl and Javascript or to write your Javascript in Perl.