in reply to Re^2: RFC: Changing Perl Config settings
in thread Changing Perl Config settings
@INC is where Perl looks for *.pm files.
$ENV{INCLUDE} is where the C compiler looks for *.h and *.c files.
The two bear little to no relation to each other.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: RFC: Changing Perl Config settings
by Bloodrage (Monk) on Feb 23, 2008 at 09:19 UTC |
In Section
Meditations