
Executing Perl script from asp file?
Hi Omri,
You will have to tell the server that it's perl script!
So...
<Script language="PERL" RUNAT=SERVER>
in the include file..
I don't know the right syntax for the Perl langauge
thing, so that could be wrong...
Hope this helps
Marc (Amsterdam, The Netherlands)
Quote:
> Does anyone know a way of executing an execute command from within an asp
> file? I know how to do it from a shtml file, since the include is
processed
> by ssinc, but if I take that same file and have it parsed by asp the exec
> command no longer works. Is there a way around this? To have asp trigger
the
> perl script?
> Thanks,
> Omri