in reply to Re: Bareword "Apache2::Const::REDIRECT" not allowed while "strict subs" in use
in thread Bareword "Apache2::Const::REDIRECT" not allowed while "strict subs" in use
but all that i get is a runtime error:use Apache2::Const -compile => qw/:common :http/; ... return Apache2::Const::REDIRECT();
so i think i'll be better off calling an internal redirect instead - although that behaviour still smells to me like a bug in ModPerl::Registry ...Undefined subroutine &Apache2::Const::REDIRECT called
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Bareword "Apache2::Const::REDIRECT" not allowed while "strict subs" in use
by perrin (Chancellor) on May 04, 2005 at 05:32 UTC |