|
|
| Do you know where your variables are? | |
| PerlMonks |
Re^2: How to find Brower name in mod_perlby perrin (Chancellor) |
| on Nov 18, 2009 at 18:34 UTC ( #807985=note: print w/ replies, xml ) | Need Help?? |
|
You don't need filter. You use the request object, usually called $r, which you get passed in the beginning of your handler. It's what you get back from $f->r() there. If you're using ModPerl::Registry, it will also be in %ENV.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||