Hi All, I am trying to porting mod_cgi script to mod_perl script because the mod_cgi script don't run correctly under mod_perl.
When running under apache::registry, the script show wrong result. When running under apache::perlrun, the script sometimes crash. In error_log show : "can't locate object method "uri" via package "Apache::perlrun" In mod_perl manual said that the script usually run in apache::perlrun widthout change but not in my script. And I can't add "use strict" because it will crash the script immediatelly. In error_log show : "Variable "%in" is not imported at /home/httpd/html/scdf/scdf.plx line 174." "Global symbol "$sth" requires explicit package name at /home/httpd/html/scdf/scdf.plx line 171." Our company planning to move from Perl/CGI to better/faster technology. Currently research about mod_perl. Is it a good decision try to move to mod_perl because the implementation time is slow. Is there any other tech that easier/more faster than mod_perl? How about PHP or JSP? Best Regards, Ricky