- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Version of Perl on HP-UX Server
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
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
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
тАО09-13-2001 02:24 PM
тАО09-13-2001 02:24 PM
Version of Perl on HP-UX Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2001 02:29 PM
тАО09-13-2001 02:29 PM
Re: Version of Perl on HP-UX Server
Looks like you are using the /usr/contrib/bin/perl which is version 4.0 and doesn't support the "-V" option.
You will have to use "-v" to get the version.
I would highly recommend you to upgrade to a newer version.
You can download it from
http://hpux.cs.utah.edu/hppd/hpux/Languages/perl-5.6.1
or
http://hpux.ee.ualberta.ca/hppd/hpux/Languages/perl-5.6.1
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2001 04:24 PM
тАО09-13-2001 04:24 PM
Re: Version of Perl on HP-UX Server
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2001 05:30 PM
тАО09-13-2001 05:30 PM
Re: Version of Perl on HP-UX Server
# whereis perl
perl : /usr/bin/perl /usr/contrib/bin/perl
# /usr/bin/perl -v
# /usr/contrib/bin/perl -v
Hope this helps,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2001 06:41 AM
тАО09-14-2001 06:41 AM
Re: Version of Perl on HP-UX Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2001 07:15 AM
тАО09-14-2001 07:15 AM
Re: Version of Perl on HP-UX Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2001 10:36 AM
тАО09-14-2001 10:36 AM
Re: Version of Perl on HP-UX Server
On the question of PERL upgrades. Is swinstall a requirement to get it on the box, or can I simply lay down the binaries and run?
If it is swinstall, does it require kernal changes/reboot? I'd like to lay it down without a service interruption. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2001 10:44 AM
тАО09-14-2001 10:44 AM
Re: Version of Perl on HP-UX Server
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2001 10:47 AM
тАО09-14-2001 10:47 AM
Re: Version of Perl on HP-UX Server
About the only thing you have to do is a symbolic link:
ln -s /opt/perl5/bin/perl /usr/bin/perl
and then make sure that /usr/bin precedes /local/contrib/bin (where the old perl is).
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2001 10:49 AM
тАО09-14-2001 10:49 AM