|
|
| Syntactic Confectionery Delight | |
| PerlMonks |
Re: how can i execute javascript in perlby dorward (Curate) |
| on May 08, 2009 at 21:48 UTC ( #762955=note: print w/ replies, xml ) | Need Help?? |
|
If you want to run the JavaScript on the server then you could use something like JavaScript::SpiderMonkey. If you want the Perl to just output an HTML document that includes some JavaScript for the browser to execute - then do that, it is just text wrapped with <script> and </script>.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||