Rafael Garcia-Suarez wrote:
Jeff Boes wrote:
And here's what perl -V produces from the command line (is there a way to do an equivalent thing from within a mod_perl script?):
use Config qw/myconfig/; print myconfig;
there's also Apache::Status (included in the mod_perl distribution), which is useful for displaying perl -V, %ENV, and more from the runtime environment.
HTH
--Geoff