1834058 Members
2236 Online
110063 Solutions
New Discussion

Downloading PERL

 
SOLVED
Go to solution
Mike_305
Super Advisor

Downloading PERL

Hi,

Does anyone know where to download the HP version of perl?

Appreciate your help in advance.

Thanks,

Mike
If there is problem then don't think as problem, think as opportunity.
5 REPLIES 5
Jeff_Traigle
Honored Contributor
Solution

Re: Downloading PERL

Searched Perl from http://software.hp.com/ found the following in the results...

http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL
--
Jeff Traigle
Pete Randall
Outstanding Contributor

Re: Downloading PERL

Mike,

Merijn/Procura is the PERL guru around here and he makes it available here:

http://mirrors.develooper.com/hpux/


Pete

Pete
Doug Burton
Respected Contributor

Re: Downloading PERL

After downloading/installing you may need to do the following if you have some oldish scripts, etc. using the older Perl location:

mv /usr/contrib/bin/perl /usr/contrib/bin/perl.old
ln -s /opt/perl/bin/perl /usr/contrib/bin/perl
Mike_305
Super Advisor

Re: Downloading PERL

Hi Guys,

Thanks for quick reply and I found the HP version of PERL its on applications CD's from June 2004, CD number 4.

Thanks,

Mike
If there is problem then don't think as problem, think as opportunity.
Mike_305
Super Advisor

Re: Downloading PERL

Thanks Guys.
If there is problem then don't think as problem, think as opportunity.