Re: Running Perl scripts from a servlet

1999-11-29 Thread Mike Hogarth
I'm stuck as the vendor is using Perl and isn't planning on changing. I want to thank everyone for the great suggestions and I will report back when I find what works. So far, I think the runtime.exec() method in the System class is the most promising. Will report back soon. Thanks! --Mike H

Re: Running Perl scripts from a servlet

1999-11-29 Thread Ravi K U
hi, if u r ready for any other script than perl, u can go for Tcl(pronounce as tickle),which gives a very good java binding Ravi Steven Owens wrote: > Mike, > > > I know this sounds strange, but I have the need to run a Pe

Re: Running Perl scripts from a servlet

1999-11-29 Thread Steven Owens
Mike, > I know this sounds strange, but I have the need to run a Perl script > that is invoked by a servlet. Not my choice. Forced on me by a content > vendor (they use Perl). Does anyone know of a servlet that does this > or whether the new forward() method will work. Suggestions: 1) Che

Re: Running Perl scripts from a servlet

1999-11-29 Thread Craig R. McClanahan
t; steve. > Craig McClanahan > > -Original Message- > From: Mike Hogarth [mailto:[EMAIL PROTECTED]] > Sent: Monday, 29 November 1999 17:20 > To: [EMAIL PROTECTED] > Subject: Running Perl scripts from a servlet > > I know this sounds strange, but I have the need

Re: Running Perl scripts from a servlet

1999-11-28 Thread Thor HW
Checkout 2 resources www.oroinc.com and www.servlets.com Thor HW - Original Message - From: Mike Hogarth <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 28, 1999 10:20 PM Subject: Running Perl scripts from a servlet > I know this sounds strange, but

Re: Running Perl scripts from a servlet

1999-11-28 Thread Stephen Bartlett
November 1999 17:20 To: [EMAIL PROTECTED] Subject: Running Perl scripts from a servlet I know this sounds strange, but I have the need to run a Perl script that is invoked by a servlet. Not my choice. Forced on me by a content vendor (they use Perl). Does anyone know of a servlet that does this or wh

Running Perl scripts from a servlet

1999-11-28 Thread Mike Hogarth
I know this sounds strange, but I have the need to run a Perl script that is invoked by a servlet. Not my choice. Forced on me by a content vendor (they use Perl). Does anyone know of a servlet that does this or whether the new forward() method will work. TIA, Mike H _