1844000 Members
3811 Online
110226 Solutions
New Discussion

Perl question??

 
SOLVED
Go to solution
John McDen
Regular Advisor

Perl question??


I can just download perl from www.perl.com or do I need to download it from specific site for HP-UX??

Is there a diff in perl for HP-UX v/s Other UNIX ??
New to HP
6 REPLIES 6
S.K. Chan
Honored Contributor
Solution

Re: Perl question??

S.K. Chan
Honored Contributor

Re: Perl question??

Re: Perl question??

No, not really, its just a question of waht you *trust* - if you are really paranoid you should download & compile the source, If you are mildly paranoid download the version from software.hp.com, if you really don't care then get it from anywhere.... oh and you might end up with a slightly different release version.

Personally I always use the version from software.hp.com

HTH

Duncan

I am an HPE Employee
Accept or Kudo
harry d brown jr
Honored Contributor

Re: Perl question??

If you want a prebuilt perl, use:

http://hpux.cs.utah.edu/hppd/hpux/Languages/perl-5.6.1/

You can also download the source from the HP porting site and "build" it yourself, providing you have a "c" compiler.


live free or die
harry
Live Free or Die
H.Merijn Brand (procura
Honored Contributor

Re: Perl question??

HP's prebuild perl versions are all compiled with the 32bit GNU C compiler and this perl supports threads.

If you have HP C-ANSI-C (not the bundled C compiler, but the commercial one), and you want to add XS modules to perl (modules that also have components in XS (c)), it's wise to build perl yourself.

Major modules have prebuilt binaries available on the web. I've just uploaded the perl/Tk port http://www.xs4all.nl/~procura/800.024-HPUX- 11.00-hppa1.1-gcc.tgz which should fit to the perl as shipped with HP

# cd /opt/perl
# gzip -d < /tmp/800.024-HPUX-11.00-hppa1.1-gcc.tgz | tar xf -

rebuilt both perl-5.6.1 and Tk with gcc-3.0.4/32 on 11.00
Enjoy, Have FUN! H.Merijn
MANOJ SRIVASTAVA
Honored Contributor

Re: Perl question??

Hi John

Stable.tar at perl.com is a good and working source , are you installing it with cc or with gcc ?


Manoj Srivastava