>>>>> "Peter" == Peter N Lewis <[EMAIL PROTECTED]> writes:

Peter> which in turn is stored in Config.pm, typically somewhere like
Peter> /Library/Perl/darwin/Config.pm or System/Library/Perl/darwin/Config.pm

Peter> this can be handy if you need to "correct" any settings (such as
Peter> library or include paths).

Danger danger danger!  You can't just *edit* that file, since those
are *reflections* of how things were noted at compile time.  Many
things have those values *locked in*.  The purpose of Config.pm is
just to give you "after-market" observations of the data.

DO NOT EDIT Config.pm

Rebuild Perl instead.  It's Free.  It's Easy.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Reply via email to