http://qs321.pair.com?node_id=523979

matija has asked for the wisdom of the Perl Monks concerning the following question:

I've been doing a lot of Ajax work lately, and while I know, love and use CGI::Ajax, the recently published webworks framework seems to be miles ahead of it.

The problem is that webworks depends on having struts under it in the browser. All well and good, but struts implies programming in Java (as far as I can see, please correct me if I'm wrong), and I want to do Perl, not Java.

Does anybody know of some way to make your Perl code look like it was struts to things like webworks? Or does anybody know of a comparably powerfull Ajax/Javascript/DHTML framework that integrates with Perl instead of Java tools?

later:Note to some of the readers: I am NOT confusing javascript with Java. I know there's no connection between the two. Webworks is a javascript/DHTML framework that does an enormous ammount of stuff on the client side (in javascript) and it communicates with the serverside for other stuff. And the connections to the server side are written to make it easy to work with Java (specificaly, Struts on the server side).

Incidentaly, extensive googling turned up Perl briges which looks like it might be relevant, but I don't see enough documentation to prove or disprove that. Anybody have any experience with it?