in reply to Perl in Client side scripting?

ActiveState’s Perl distribution includes PerlScript, so yes, it is “possible.” And if your app is being written for an intranet, using PerlScript might even be “feasible.” On the open web, however, it would be a stupid idea.

And no, you can’t pass objects between server and client that way either.

However, have you seen JSON? There’s a module for it, too.

Makeshifts last the longest.