Hi!

On 18 Sep 2002 at 17:15, T&C Winquist wrote:

> I don't know anything about the .plx extension, but you will have to
> tell IIS what program to use to execute the script.  If .plx is a perl
> script, then have IIS point to perlis.dll to execute files with that
> file extension.

ActiveState Perl maps .plx extension to perlis.dll by default. My dev site has 
this mapping and works Ok. Problem is that perlis.dll is NOT run when the 
.plx is referred by $Server->Transfer.

When the .plx is called like

http://mysite/myscript.plx

then it is executed by perlis.dll

Regards,

Rodrigo

> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED] Sent: Wednesday, September 18, 2002 4:41 PM To:
> [EMAIL PROTECTED] Subject: Transfering to a plx
> on IIS 5
> 
> 
> Hi!
> 
> I'm trying to use methos $Server->Transfer in order to run a plx
> script. However, the script is NOT executed. Instead, i get the plx
> source :-(
> 
> When i ask the .plx directly from the browser, it IS executed Ok.
> 
> I wonder if it possible to transfer from an .asp to a plx ussing
> $Server- >Transfer. If not, is there some workaround with a similar
> result?
> 
> i know i could change from plx to asp, but i got some perl components
> that fit nicely into a plx but no so much into an asp :-/
> 
> Thanks in advance,
> 
> Rodrigo
> 
> 
> _______________________________________________
> Perl-Win32-Web mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> 


_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to