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;

Reply via email to