Hi,
Not sure what I'm doing wrong here. I'm just trying to get the client ip
address in a PerlResponseHandler as follows:
:
use Apache2::Connection;
:
my $remote_ip = $r->connection->remote_ip();
:
I get a runtime error as follows:
[Sun Feb 09 16:44:22.499681 2014] [perl:error] [pid 3632] [
I've been working in mod_perl for almost a year now and something which I
struggled with, at first, was request routing. The application that I
maintain uses a simple hash lookup using $r->uri as the key to the
package/method name which should be invoked to respond to the request. I
really disliked