Boysenberry Payne wrote:
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?
This isn't exactly a "list" of them, but it might point you in the right direction. They're buried pretty well, it seems.
http://stuff.mit.edu/afs/sipb/service/httpd/src/mod_perl-2.0.1/src/modules/perl/modperl_constants.c (Also <http://tinyurl.com/32y54e>) Colin