in reply to writing perl in java script
You can use HTTP (under the new and fancy word "Ajax") as an RPC mechanism, much like you can have RPC mechanisms between Java and Perl, and you can use some fancy dispatch scheme to call Perl code from JS code and JS code from Perl code.
Whether that constitutes "embedding", I don't know. You will still need a JavaScript interpreter and a Perl interpreter for your program.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: writing perl in java script
by Anonymous Monk on Mar 26, 2008 at 09:37 UTC |