#!/usr/local/bin/perl use lib qw(/mnt/gmirror/ports/www/apache13-modperl/work/mod_perl-1.30/lib); #we generate this script simply to set @INC #so Apache::ExtUtils can be found use Apache::ExtUtils qw(%Config); use strict; my $key = shift; print $Config{$key};