Great!
Thanks guys! Your suggestions were very helpful. I can now make it work.
/Søren
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi S=F8ren,
several ways:
1) in your asp file:
..
do 'test.pl';
subroutine();
..
or "do 'path/test.pl'" if test.pl is in another path than your asp script.
2) in your apache.conf:
..
PerlRequire path/test.pl
..
important: test.pl must return a true value e.g. must end with "1;" and
your subro
Hi Søren,
several ways:
1) in your asp file:
..
do 'test.pl';
subroutine();
..
or "do 'path/test.pl'" if test.pl is in another path than your asp script.
2) in your apache.conf:
..
PerlRequire path/test.pl
..
important: test.pl must return a true value e.g. must end with "1;" and
your subrout
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
-