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
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
;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
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
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