When I pull out all the vbscript on the page and try to run the perl I still get a vb error similar to the one below and yet this IS a linux server running apache

Microsoft VBScript compilation error '800a0408'

Invalid character

/application/mainform.asp, line 85

$Response->Write("Hello World! </FONT> <BR>");
^Thanks for your help!----- Original Message ----- From: "Fagyal Csongor" <[EMAIL PROTECTED]>
To: <asp@perl.apache.org>
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 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. open a PIPE to the sendmail binary, etc.

...or use MIME::Lite, and let it take care of your mailing :)

- Fagzal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to