in reply to writing perl in java script

Not much idea about this -> is it possible to write perl code with in java script?

Like embedding perl with in Java.

I personally believe that as most other people who replied also pointed out, your question is very poorly phrased. In particular, one point no one has addressed thus far is that JavaScript and Java -despite their respective names- are two largely different languages, and it is not really clear to which of them you're referring to, nor what you really want to do.

--
If you can't understand the incipit, then please check the IPB Campaign.

Replies are listed 'Best First'.
Re^2: writing perl in java script
by Anonymous Monk on Apr 09, 2008 at 02:57 UTC
    I think the question is simply : I would like to call a cgi perl script from a javascript code embedded in a html page.