Re: perl on HP-UX

2005-07-11 Thread Chris Devers
On Tue, 12 Jul 2005, Ken Killer wrote: > I Believe the perl on HP-UX was broken too. > Does the HP have official claim about this problem and good solution? I'm not an HP-UX user, so I don't know what their official HP party line is with regard to Perl or anything else. That said, I've been re

Re: perl on HP-UX

2005-07-11 Thread Ken Killer
I Believe the perl on HP-UX was broken too. Does the HP have official claim about this problem and good solution? On 7/12/05, Chris Devers <[EMAIL PROTECTED]> wrote: > On Mon, 11 Jul 2005, Ken Killer wrote: > > > perl on HP-UX doesn't include the strict.pm into the core modules list? > > > > Can

Re: perl on HP-UX

2005-07-11 Thread Chris Devers
On Mon, 11 Jul 2005, 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.0

RE: perl on HP-UX

2005-07-11 Thread Bob Showalter
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

Re: perl on HP-UX

2005-07-11 Thread Muthukumar
It says strict.pm file is not available to include in perl coding. You search it in command line as, # find / -name "strict.pm" or in perl code with find module. -Muthu On 7/11/05, Ken Killer <[EMAIL PROTECTED]> wrote: > perl on HP-UX doesn't include the strict.pm into the core modules list?