Ken Killer wrote:
> perl on HP-UX doesn't include the strict.pm into the core modules
> list? 
> 
> Can't locate strict.pm in @INC (@INC contains:
> /opt/perl5/lib/5.00502/PA-RISC1.1 /opt/perl5/lib/5.00502
> /opt/perl5/lib/site_perl/5.005/PA-RISC1.1
> /opt/perl5/lib/site_perl/5.005 . lib) at ./main.pl line 4.

It should be in the second directory (/opt/perl5/lib/5.00502)

Did you install a binary distribution? I've built Perl from source on HP-UX
and not had any problems.

Your installation seems broken somehow. If you just need strict.pm, you can
go to http://www.cpan.org/src/5.0/ and grab the 5.005_02 source distribution
and just extract strict.pm to the correct directory.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to