I have a Perl script running in mod_perl that needs to write a large amount of data to the client, possibly over a long period. The behavior that I observe is that once I print and flush something, th
I have a mod_perl script: use strict; use warnings FATAL => \'all\'; use 5.010001; my $face = \'ugly\';
Unfortunately, Devel::Cover does not yet work with threads. It doesn\'t work with prefork either. Being use\'d in startup.pl, Devel::Cover issues
I want to learn DOCUMENT_ROOT in startup.pl, but the best I can do is to learn server_root: use Apach开发者_StackOverflowe2::ServerUtil ();
I want to create a custom Apache2 log handler, and the template that is found on the apache site is: #file:MyApache2/LogPerUser.pm
This is mod_perl2 on Apache 2.2, ActiveState Perl 5.10 for win32. I override $SIG{__DIE__} and turn on DBI\'s RaiseError flag, which AFAICT from the docs, should call my override when a database call
I have a module that uses IPC::Open3 (or IPC::Open2, both exhibit this problem) to call an external binary (bogofilter in this case) and feed it some input via the child-input filehandle, then reads t
I am SharePoint Developer trying to get a Perl module to work with Subversion, but I think something is wrong with my syntax.I just need to get the username and password, pass it into the webservic开发
I\'m developing a RESTful API and I wrote a mod_perl2 handler that takes care of the request. My handler deals with error codes by setting $r->status($http_code) and return $http_code;
At completely random times my mod_perl scripts crash for no discernible reason, here\'s the error I get: