|
From: <mro...@cs...> - 2006-11-01 21:22:30
|
John, Mark
Yes it was an install problem
I found Error.pm at /depot/perl-5.6/lib/site_perl/5.6.1
and changed the PERL5LIB shell variable to that directory.
Thanks very much for your help.
Michael
> This still sounds like a package install problem....Which directory
> was the package installed into??
>
> Once you know that...from the command line try:
> perl -e 'map {print $_."\n"} @INC'
>
> ** If it was installed correctly, Error.pm should be in one of those
> directories in the @INC array (probably something like
> /usr/lib/perl5/site...)
> If it isn't... set your PERL5LIB shell variable to whatever directory
> Error.pm is in.
>
> A quick way you can tell if the package isn't being "seen" by perl is
> by trying to read the perldoc from the command line
> perldoc Error
>
> let me know what you find
> john
>
>
|