Hey, folks,
As the migration to the Apache2/mp2/perl-5.10 server progresses, I just
ran into something that I'm not quite understanding.
I've got a module that gets information from a program using IPC::Run3.
This script relies on a number of environment variables, which I've been
setting success
Just wanted to follow up and thank you guys for the template suggestion.
While it seemed like a big change at first, I did go down the path to
different versions being maintained on different branches...for about 5
minutes, and it rlly pissed me off. I immediately got confused
by the diffe
Hey list,
Here's how I managed to solve it
my $subr = $r->lookup_uri( $redirect );
$subr->add_output_filter( My::Filter::build_handler( $cgi, $messages ) );
$subr->run();
build_handler returns a sub which expects to be used like a filter.
This way I can build this sub with request-specific