CPAN's documentation for CGI::Ajax states that a Perl subroutine can direct its output to a Javascript function via syntax similar to the following:
...as long as js_process_func is not quoted. This is really handy when server processing needs to be further refined on the client side.onClick="exported_func(['input1'],[js_process_func]);"
So, my question is whether the converse is also possible. Can I create a Javascript function which when executed calls a Perl routine on the server?
In reply to pre-processing in CGI::Ajax? by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |