You can use Runtime.getRuntime().exec("PERL COMMAND"). This will return a
Process object whose getInputStream() and getOutputStream can be used to get the
output from the perl command. This is better avoided though!

"Watkins, Christopher R" wrote:

> Hello all,
>
>         I need to execute a perl script with in my servlet, which query's
> the database I am using  and I was wondering if anybody knows how I might do
> this?  Thank you for your help!
>
> Chris
>
> ___________________________________________________________________________
> 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