It's also possible to include your perl code directly into your java code
using JPL (java perl lingo, ships as part of standard free perl package for
last couple of years). You have to add a preprocessing step into your build
but it's pretty painless overall. Note this does not translate the perl into
java but rather facilitates the use of perl from java which should satisfy
the original issue. Check out http://www.seas.smu.edu/~jodea/ .

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Frans
Verhoef
Sent: Monday, June 11, 2001 5:24 AM
To: [EMAIL PROTECTED]
Subject: Re: Perl,CGI and PHP from servlets


Maybe a bit late, but I wish to straighten this one out, because
servlets can definitely execute perl scripts and you can even
capture the output. In fact, with java you can execute everything,
that you can also execute on your OS. Problem is, it is not
platform independant :)

Frans

>
> >3) Is it possible to call a run a perl script from servlets,
>
> No. Same as with PHP. Someone is working on getting Perl and Java
> working together and once that has been done it will be very easy to
> use Perl from a servlet container.
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to