This is a discussion on Find the values of Apache2::Const - modperl ; I found that $r->status() required something other than Apache2::Const in one of my modules and it got me wondering what the Constant values actually were. Now I could go through and print each one I suppose, but I thought looking ...
I found that $r->status() required something other than Apache2::Const
in one of my modules and it got me wondering what the Constant values
actually were. Now I could go through and print each one I suppose,
but I
thought looking at them in Apache2::Const.pm would be better, but the
package seems to be mostly pod notation. How can I look up the
constants,
i.e. where are they?
PS Happy Holidays Everyone...
Thanks,
Boysenberry Payne