Kashratul has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

Is it possible to call a perl script from a java script?

I was trying JPL but unable to install it. As I could not locate a file 'perlcrt.lib '.

thanks for any help

Replies are listed 'Best First'.
Re: call a perl script from a Java script
by Anonymous Monk on Mar 06, 2008 at 07:15 UTC
    Runtime.exec()?
Re: call a perl script from a Java script
by Erez (Priest) on Mar 06, 2008 at 08:02 UTC

    Google to the rescue.

    Running a search for the topic as-is gets a lot of Javascript results. I hope this *wasn't* your meaning, though.

    Software speaks in tongues of man.
    Stop saying 'script'. Stop saying 'line-noise'.
    We have nothing to lose but our metaphores.

Re: call a perl script from a Java script
by nefigah (Monk) on Mar 06, 2008 at 07:59 UTC
    Is it possible to call a perl script from a java script?
    This may be glaringly obvious to most, but for my own simple head: you do mean a JavaScript script, right?* If so, would this be calling from a webpage?

    *I've never really heard of anyone calling a Java program a script, but just double checking