You can use Win32::Process to spawn a new process which could be perl.exe.

Uh, why do you need your asp page to spawn out? If you give details we may
be able to help.

dave

-----Original Message-----
From: Judge Dredd [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 30, 2001 4:42 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: RE: execute a perl script from within an asp page



No. I've already tried this and it's working, but to
no use. What I want to do is execute (e.g. script.pl)
from within an asp page, as if it was a binary .cgi.



--- Andrew Finkenstadt <[EMAIL PROTECTED]> wrote:
> Do you have access to PerlScript?
> 
> <script runat=server language=perlscript>
> 
> use strict;
> my $q = "Hello there!";
> print $q;
>  </script>
> 
> no?
> 
> 
> -----Original Message-----
> From: Judge Dredd [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 29, 2001 8:18 PM
> To: [EMAIL PROTECTED];
> [EMAIL PROTECTED];
> [EMAIL PROTECTED]
> Subject: execute a perl script from within an asp
> page
> 
> 
> Thanks for all the responses on my previous
> question.
> Apart from that, do you know of a way i could
> execute a perl script from
> within an asp page in IIS 5.0?
> 
> Thanks again
> The Judge
> 
> 
>
_________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at
> http://mail.yahoo.com
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
_______________________________________________
Perl-Win32-Database mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-database

Reply via email to