Hi,
I downloaded mod_perl and Apache::ASP through cpan (and rpm) but i think
something is wrong.
when i start my /etc/rc.d/init.d/httpd it runs apache on port 80 and mod_perl
on port 8200 (whats up with that?)
and when i write ASP scripts that would work in NT the debugger never likes
them. here is one of the scripts the debugger didnt like, i can see NO problem
with this script at all.
<%
Application.Lock
Application("strDate") = Now
Application("CountVisitors") = Application("CountVisitors") + 1
Application.Unlock
%>
this is the error i get from the debug
1.Undefined subroutine &Apache::ASP::Demo::Application called at (eval 18)
line 3 , /usr/lib/perl5/site_perl/5.6.0/Apache/ASP.pm line 1397
any help on this would be appreciated.
regards,
Jordan T.