Re: calling perl script from an asp page under apache

2005-09-22 Thread Cliff Rubin
using Apache::ASP - a Perl module for the Apache webserver. -Original Message- From: Cliff Rubin [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 9:59 AM To: Fagyal Csongor; asp@perl.apache.org Subject: Re: calling perl script from an asp page under apache tried it and got a v

Re: calling perl script from an asp page under apache

2005-09-22 Thread Cliff Rubin
SP - a Perl module for the Apache webserver. -Original Message- From: Cliff Rubin [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 9:59 AM To: Fagyal Csongor; asp@perl.apache.org Subject: Re: calling perl script from an asp page under apache tried it and got a vbscript erro

Re: calling perl script from an asp page under apache

2005-09-22 Thread Cliff Rubin
;Write("Hello World! "); ^Thanks for your help!- Original Message - From: "Fagyal Csongor" <[EMAIL PROTECTED]> To: Sent: Thursday, September 22, 2005 11:06 AM Subject: Re: calling perl script from an asp page under apache Cliff Rubin wrote: I want to use sendma

Re: calling perl script from an asp page under apache

2005-09-22 Thread Cliff Rubin
tried it and got a vbscript error - Original Message - From: "Fagyal Csongor" <[EMAIL PROTECTED]> To: Sent: Thursday, September 22, 2005 11:06 AM Subject: Re: calling perl script from an asp page under apache Cliff Rubin wrote: I want to use sendmail in an asp p

Re: calling perl script from an asp page under apache

2005-09-22 Thread Fagyal Csongor
Cliff Rubin wrote: I want to use sendmail in an asp page, thought the best way would be to call a simple perl script; does anyone know how to do that? Thanks; Cliff In ASP, in a <% ... %> tag you are basically "in Perl", so just do whatever you would do in a "regular" perl script, e.g. ope