mod_perl Output Filters and mod_deflate

2009-08-05 Thread James Smith
Has anyone had experience of using mod_perl OutputFilters with mod_deflate, I've been banging my head against a brick wall today I've learnt a lot about bucket brigades - but for every two steps forward it's one step back... Scenario: static page - being wrapped with an output filter - w

Re: mod_perl / CGI.pm and 'our' variables

2009-08-05 Thread Perrin Harkins
2009/8/5 Tomáš Bažant : > yest that works for me if all the packages are in the same file, but if > i put the Bar package into a separate file and import it with 'use' > directive, $::dbh always returns undef. or could it be that i am using a > closure? i'll try to avoid closures... It's not a clo