Geoffrey Young wrote: > actually, REDIRECT is an alias for HTTP_MOVED_TEMPORARILY. from > modperl_constants.c: > > if (strEQ(name, "REDIRECT")) { > return newSViv(HTTP_MOVED_TEMPORARILY); > }
Isn't that basically a coincidence though? I thought the non-HTTP constants were subject to change at any time, which is why they're defined in the core instead of hard-coding numbers in scripts. - Perrin