If just installed PDL::Core and am getting this error when I try to use it. The
Core directory and Core.pm module are in the path and yet Im getting this error. What am I doing wrong?



use PDL;


Can't locate PDL::Core in @INC (@INC contains ....


print join $/, @INC ; /System/Library/Perl/5.8.3/darwin-2level /System/Library/Perl/5.8.3 /Library/Perl/5.8.3/darwin-2level /Library/Perl/5.8.3 /Library/Perl/5.8.2/darwin-2level /Library/Perl/5.8.2 /Library/Perl/5.8.1/darwin-2level /Library/Perl/5.8.1 /Library/Perl /Network/Library/Perl/5.8.3/darwin-2level /Network/Library/Perl/5.8.3 /Network/Library/Perl .

eremita:/Library/Perl/5.8.3/darwin-2level/PDL jd$ ls -l | grep Core
drwxr-xr-x  10 root  admin     340 15 Jan 20:49 Core
-r--r--r--   1 root  admin   72064 15 Jan 20:28 Core.pm
eremita:/Library/Perl/5.8.3/darwin-2level/PDL jd$

Reply via email to