- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Perl version
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2007 02:54 PM
01-16-2007 02:54 PM
Perl version
Can I upgrade the version from 4.0 to 5.8.7.
- Tags:
- Perl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2007 06:33 PM
01-16-2007 06:33 PM
Re: Perl version
You can download it from this site
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 12:14 AM
01-17-2007 12:14 AM
Re: Perl version
as 4.0 was around in 90's I would recommend a review of the code, to make use of new functionality!
I assume you are not talking around upgrading release by release, but installing your 5.8.7 and re-testing.
I have never seen such a large step upgrade, so please let us know how you get on.
Side note: 11.0 is out of support since 31/12/06.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 12:22 AM
01-17-2007 12:22 AM
Re: Perl version
If you plan/need to compile Perl moduels that have C code you will need to use the same compiler that Perl was used to compile Perl.
If you have the HP Ansii C compiler licensed, I'd download the HP-compiled Perl as noted:
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL
On the other hand, if you lack the HP Ansii C compiler, I'd fetch a 'gcc' compiled version:
http://mirrors.develooper.com/hpux/downloads.html
Merijn's compilations also include some additional, useful modules not part of the core distribution.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 12:28 AM
01-17-2007 12:28 AM
Re: Perl version
If you have any production code/scripts that run on perl4, try this first:
# perl -wc script
-w is warn
-c is check
Most perl4 code will run fine on perl5, but things like 'local' and 'tie' will probably behave quite differently.
Then there was oraperl and friends, as perl4 did not support modules, and database access had to be built in in the binary. If you have scripts like that, prepare for a good day of reading how to use the DBI.
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 02:37 PM
01-17-2007 02:37 PM