1837386 Members
3097 Online
110116 Solutions
New Discussion

HP 11.11 Perl lib path

 
YLTan
Frequent Advisor

HP 11.11 Perl lib path


I have HP 11.11 which bundle Perl 5 together.
I did a "perl -version" and it shows 5.005_02.

I need to know where are Perl lib path is. Can someone tell me where is the path?
tyl
8 REPLIES 8
T G Manikandan
Honored Contributor

Re: HP 11.11 Perl lib path

Just do a which perl

It should give you the path.
check one dir below that path.There you should have your libraries.

Rajeev  Shukla
Honored Contributor

Re: HP 11.11 Perl lib path

do a swlist and see where the perl is installed,
swlist -l file perl

most probably it would be in /opt/perl5/lib or /usr/local/lib
YLTan
Frequent Advisor

Re: HP 11.11 Perl lib path


which returns /usr/contrib/bin/perl , this is the exe.

there is no dir. below that.
tyl
YLTan
Frequent Advisor

Re: HP 11.11 Perl lib path


swlist -l file perl returns /opt/perl/bin ...etc.. but this version is 5.6.1.

I need to know if there is a lib path for 5.005_02 where its binary is installed in /usr/contrib/bin

tyl
T G Manikandan
Honored Contributor

Re: HP 11.11 Perl lib path

I had 5.005_02 version installed and its files reside at the file system where you extracted its contents.

The best would be doing a
#find / -name "5.005*"
YLTan
Frequent Advisor

Re: HP 11.11 Perl lib path


The version 5.005_02 is bundled with HP 11.11 when the O/S is first installed. It is not installed separately, the find / -name "5.005" doesn't help cos it doesn't have those installed directory anymore.

I am wondering if someone would know where did it put those perl 5.005_02 lib files.
tyl
T G Manikandan
Honored Contributor

Re: HP 11.11 Perl lib path

Did you search under /usr/local/lib

H.Merijn Brand (procura
Honored Contributor

Re: HP 11.11 Perl lib path

# perl -V

That is a capital V

will show you all about the perl you called: compilation options, library path's special patches etc

BTW 5.005_2 is OLD. If you realy need a 5.005 build, pleas ego for 5.005_03
If you want a more recent build, visit my ITRC pages and get a 5.8.x version for 11.11

https://www.beepz.com/personal/merijn/ , http://www.cmve.net/~merijn/ , or or http://www.hpux.ws/merijn/

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