Re: Apache 2 + perl UTF-8 problem

2008-06-23 Thread Rhesa Rozendaal
ode looks pretty similar to what's in CGI 3.37, so maybe that warning is just FUD. I suggest you test either solution before believing me ;-) Usage: Add it to your startup.pl, or add a "use CGI::as_utf;". It assumes you always use the object interface. Rhesa package CGI::as_utf

Re: server port number in requests

2008-04-23 Thread Rhesa Rozendaal
n then test for $ENV{X_FORWARDED_PROTO}. Rhesa

Re: mod_perl best practices cleanup

2007-01-18 Thread Rhesa
Tracy12 wrote: Looks like cron job will do, but is there any docs to write such a script. See CGI::Session::ExpireSessions (http://search.cpan.org/perldoc?CGI%3A%3ASession%3A%3AExpireSessions) for a complete solution). HTH, Rhesa