Hello,
I`m standind at the problem. My manager need a web application that will run
under Apache / mod_perl AND MS IIS / ActiveState ISAPI perl module (not a
CGI!).
How can I get it to work? In the beginner docs I saw you can use it over
ASP - ActiveState Perl Plug-In. Can you help me?
Thank yo
>
> [- require '/home/httpd/cgi-bin/testsite/initialise.pl' -]
>
> Now every time I try to connect to the site I get "Document contains no
data".
I guess something with your DBI connect went wrong. Take a look into your
httpd error log. Any messages there ?
Gerald
--
Hi,
I am not sure if this belongs in the Embperl mailing list but here is my question:
I have installed the debian packages for embperl(1.3.0-1) that were compiled in with
support for mod_perl. I have an index.epl file which does something like this
(simplified version):
[- require '/home/htt