On Tuesday, September 10, 2002, at 05:32 AM, Raffaele Conte wrote:
> How can I see what $Config{perllibs} contains?
>
> If I execute "perl -e 'print $Config{perllibs}'", the result is
> undefined.
You have to load the Config module:
perl -MConfig -e 'print "$Config{perllibs}\n"'
David
--
David Wheeler AIM: dwTheory
[EMAIL PROTECTED] ICQ: 15726394
http://david.wheeler.net/ Yahoo!: dew7e
Jabber: [EMAIL PROTECTED]
