undef or scoping problem in modperl?

2004-12-09 Thread Reenen C Kroukamp
ed to this: my() Scoped Variable in Nested Subroutines http://perl.apache.org/docs/general/perl_reference/perl_reference.html#The_Poison Though it is not being seen in a nested subroutine? -R -- Reenen C Kroukamp <[EMAIL PROTECTED]> Qualica Technologies (Pty) Ltd http://www.q

Re: undef or scoping problem in modperl?

2004-12-09 Thread Reenen C Kroukamp
On Thu, Dec 09, 2004 at 03:25:30PM +0200, Reenen C Kroukamp wrote: > Hi, > > I have a hash, %tt_vars which seems to retain information across calls to the > modperl script even though I undef it at the beginning of the script: Grrr... Never mind. I was looking in all the places exc

Re: [mp2] how to redirect POST data

2004-12-13 Thread Reenen C Kroukamp
rite. You can use RewriteCond %{HTTP_HOST} to match on the some_regex, and RewriteRule to redirect or rewrite. Some more info here: http://httpd.apache.org/docs/mod/mod_rewrite.html http://httpd.apache.org/docs-2.0/misc/rewriteguide.html -R -- Reenen C Kroukamp &