RE: calling Perl Script from JSP?

2004-09-22 Thread Drue Reeves
Chris, Thank you. This is starting to make more sense now. I may have more questions but, I'll go do some homework first. I'll start with the book you mentioned. Thanks, Drue Chris Devers [EMAIL PROTECTED] wrote: First of all, Perl is the language, perl is the program that runs programs

RE: calling Perl Script from JSP?

2004-09-21 Thread NYIMI Jose \(BMB\)
-Original Message- From: Drue Reeves [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 4:49 AM To: [EMAIL PROTECTED]; Cary Andrews Subject: calling Perl Script from JSP? Anyone know how to call a PERL Script from a JSP and pass parameters to the script? I have a

RE: calling Perl Script from JSP?

2004-09-21 Thread Jenda Krynicky
From: NYIMI Jose \(BMB\) [EMAIL PROTECTED] -Original Message- From: Drue Reeves [mailto:[EMAIL PROTECTED] Anyone know how to call a PERL Script from a JSP and pass parameters to the script? I have a JSP that will call PERL but, everytime we try to add a script nothing

RE: calling Perl Script from JSP?

2004-09-21 Thread Drue Reeves
Mainly some LDAP calls. PERL makes it easy to develop applications that do search and modify in LDAP with very little code. Java and C++ take much more code. Plus, PERL had some example code that made the development very simple. Why is it bad to mix JSP and PERL? Maybe a better question is

RE: calling Perl Script from JSP?

2004-09-21 Thread Chris Devers
First of all, Perl is the language, perl is the program that runs programs written in Perl, and PERL isn't a word. On Tue, 21 Sep 2004, Drue Reeves wrote: Why is it bad to mix JSP and Perl? They are just much different frameworks. Most Java systems I'm aware of (and I'll plead guilty to