Operating System - HP-UX
1837946 Members
2621 Online
110124 Solutions
New Discussion

can anyone help me about perl issue ?

 
fatcat
New Member

can anyone help me about perl issue ?

Dear sir,
I have some problem with perl in HP-UX, our customer's server didn't have c compile, and there are no posix moudle with perl, Is anybody can upload POSIX.pm to me?
the os version is : HP-UX B.11.11
file name is : POSIX.pm
thank you very much.
4 REPLIES 4
harry d brown jr
Honored Contributor
Ken Penland_1
Trusted Contributor

Re: can anyone help me about perl issue ?

hope this is what you need, I found three different vesions on my box here, this one was located in:
/opt/perl5/lib/5.6.1/PA-RISC2.0-thread/POSIX.pm
'
H.Merijn Brand (procura
Honored Contributor

Re: can anyone help me about perl issue ?

I care more about the version of perl (and the way it was built) than I care about the unix version.

POSIX.pm is a CORE module for a long time, so it should be available. If it's not, you either have a very old perl (I even guest that you use perl4) or your installation is seriously injured.

try

# perl -v

on both systems.
They should match. You cannot install a 5.6.1 module on 5.8.x unless it is a pure perl module (and POSIX is NOT a pure perl module)

IF the system where POSIX is unavailable happens to say it's perl4.036, you just have to remove perl4 or change your $PATH to find the correct perl binary *before* this ancient perl version

HTH, Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
H.Merijn Brand (procura
Honored Contributor

Re: can anyone help me about perl issue ?

Nice, the development track has this new module corelist:

pc09:/pro/3gl/CPAN/perl-current 117 > ./perl -Ilib utils/corelist -a POSIX

POSIX was first released with perl 5
5 undef
5.001 undef
5.002 1.00
5.00307 1.00
5.004 1.02
5.00405 1.02
5.005 1.02
5.00503 1.02
5.00504 1.02
5.006 1.03
5.006001 1.03
5.006002 1.03
5.007003 1.05
5.008 1.05
5.008001 1.06
5.008002 1.06
5.008003 1.07
5.008004 1.08
5.008005 1.08
5.008006 1.08
5.009 1.06
5.009001 1.07
5.009002 1.08

pc09:/pro/3gl/CPAN/perl-current 118 >

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn