in reply to Perl in Client side scripting?
I'd recommend just using JavaScript for client side logic and Perl for server side logic.
As far as I know, you can't technically use Perl on the client side anyhow. Anything you find to that regard will most likely just translate your Perl to a client side scripting language like JavaScript.
So, you'll be using JavaScript (or possibly VBScript) in the long run anyway.