----- Original Message -----
Sent: Thursday, October 05, 2000 12:23 PM
Subject: ppm problems

Can anyone tell me what is wrong with ppm? I get this error message?
 
Global symbol "%Config" requires explicit package name at C:/Perl/lib/ExtUtils/M
M_Unix.pm line 21.
BEGIN not safe after errors--compilation aborted at C:/Perl/lib/ExtUtils/MM_Unix
.pm line 241.
BEGIN failed--compilation aborted at C:/Perl/lib/ExtUtils/Install.pm line 32.
BEGIN failed--compilation aborted at C:/Perl/site/lib/PPM.pm line 14.
BEGIN failed--compilation aborted at C:\Perl\bin/ppm.bat line 20.
 
Any ideals?

Clifford Lloyd
Database Administrator
IMAGIS  Technical Implementation Team
Terrace Building, Rm 592,
9515 - 107 St., T5K 2C4,
Phone -  422-1328, Fax - 427-5737


Cliff,
Chances are you've stated "use strict;" and not instantiated %Config with a "my" or "local" context identifier.  Check for spelling.  Possibly, you need a "main::" or other package identifier.
WAJ

Reply via email to