in reply to Re: Encapsulating web client side code in Perl modules?
in thread Encapsulating web client side code in Perl modules?
Javascript OO extension that work with a dollar sign means that you have to be extra careful when embedding JS/HTML inside a Perl script, otherwise perl will try to process the ${'something'} as a perl variable and the JS won't work properly.
Are there any recommended solutions to this issue, like a Perl module for communicating with Prototype / Dojo / Mootools applications?