Top "Mod-perl" questions

mod-perl is an Apache web server module.

Error: Bareword "params" not allowed while "strict subs"

After clicking on a submit button, I am getting an error: Bareword "params" not allowed while "strict subs" in use …

perl mod-perl
Installing mod_perl-2.0.7 on Apache httpd-2.4.2

I am having an infuriating time trying to get an install of apache with perl. I am following the instructions …

perl apache apache2 mod-perl mod-perl2
How do I make Apache handle .pl (Perl) files, using mod_perl?

I'm using Apache 2. I know how to handle .pl files as "cgi-script", but mod_perl is supposedly way faster. I …

perl apache mod-perl
Truncate (not round) decimal places in sprintf?

I want to display the dollar value with two digits after the decimal point to denote the cents. In the …

perl printf mod-perl
mod_perl vs mod_fastcgi

I'm developing a web app in Perl with some C as necessary for some heavy duty number crunching. The main …

perl apache mod-perl mod-fastcgi
How to run a perl script in localhost?

I had already installed Apache. I am using PHP for my scripting in localhost. Need to know how to run …

perl apache chmod mod-perl cgi-bin
How to install mod_perl 2.0.9 in Apache 2.4 on OS X Yosemite?

With the release of OS X 10.10 Yosemite, Apple upgraded its Apache server to version 2.4. At release time, mod_perl 2.0.8 was …

apache perl osx-yosemite mod-perl