You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by Søren Tauber Lassen <so...@tauberlassen.dk> on 2004/04/17 17:20:40 UTC

use perl modules in Apache::ASP

Hi all,
 
Is it possible to include/use an external PERL module in an ASP page?
I have a ASP page that needs to access subroutines placed in a PERL file.
 
E.g. test.asp needs to use test.pl in order to access the subroutine test.
 
-----------
Apache server
Apache:ASP
Win2000 Server
-----------
 
/Soren