Executing Perl script from asp file? 
Author Message
 Executing Perl script from asp file?

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



Thu, 19 Dec 2002 03:00:00 GMT  
 Executing Perl script from asp file?
are you able to maybe do it from a include file?????

Not sure cuz i havent played with Perl much ...

but what exactly do you need to do in Perl that you cant do in ASP or a COM
object???


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



Thu, 19 Dec 2002 03:00:00 GMT  
 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



Fri, 20 Dec 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Executing a perl script

2. --- CGI script vs Perl script ----

3. how to run perl script in WSF files

4. executing Perl in VB

5. Executing a Perl Program from VB

6. Execute external PHP/ASP script from JS

7. Executing back / forward etc buttons in script or ASP code

8. Executing back / forward etc buttons in script or ASP code

9. Executing a .vbs script from an asp page

10. Executing a *.vbs script using wscript.shell on a *.asp page

11. executing an asp script

12. application executed from ASP script - no window

 

 
Powered by phpBB® Forum Software