HP-UX 11i Version 2 December 2005 Release Notes
Table Of Contents
- HP-UX 11i Version 2 December 2005 Release Notes
- Legal Notices
- Publication History
- Typographic Conventions
- 1 Overview of the Release Notes
- 2 Introduction to HP-UX 11i Version 2
- 3 What is New at a Glance
- 4 Server-Specific Information
- What is in This Chapter?
- Hardware Enablement Patch Bundle
- HP Instant Support Enterprise Edition
- Networking and Mass Storage Drivers
- Always-Installed Networking Drivers
- Selectable Networking Drivers
- Always-Installed Mass Storage Drivers
- Selectable Mass Storage Drivers
- Supported Systems
- Finding Firmware Information
- 5 General System Administration
- What is in This Chapter?
- Distributed Systems Administration Utilities
- Enterprise Cluster Master Toolkit Version
- Event Monitoring Services
- Feature Enablement Patch Bundle (Feature11i)
- GlancePlus Pak
- High Availability Monitors
- HP Integrity Virtual Machines Provider
- HP Integrity VM Support Library
- HP Partitioning
- HP Serviceguard
- HP Serviceguard NFS Toolkit
- HP System Management Homepage
- HP Systems Insight Manager
- HP WBEM Services for HP-UX
- HP-UX Accounts for Users and Groups
- HP-UX Kernel Configuration
- HP-UX Peripheral Device Tool
- HP-UX WBEM Fibre Channel Provider
- HP-UX WBEM LAN Provider for Ethernet Interfaces
- HP-UX WBEM LVM Provider
- HP-UX WBEM SCSI Provider
- Ignite-UX
- Obsolescence Bundle
- Online Diagnostics
- Quality Pack Patch Bundle
- Software Distributor
- Software Package Builder
- Update-UX
- Utilization Provider
- 6 Disk and File Management
- 7 Internet and Networking
- 8 Security
- 9 Commands and System Calls
- 10 Libraries and Programming
- 11 Internationalization
- 12 Other Functionality

Libraries and Programming
Perl
Chapter 10
180
Significant changes that have occurred in the 5.8.3 build 809 release are documented in
perldelta. This document can be viewed by entering man perldelta.
Impact
There are no impacts other than those listed previously.
Compatibility
Perl 5.8 is not binary compatible with earlier releases of Perl. for XS modules. These
modules have to recompiled. (Pure Perl modules should continue to work.) The major
reason for the discontinuity is the new IO architecture called PerlIO. PerlIO is the
default configuration because without it, many new features of Perl 5.8 cannot be used.
In other words: you just have to recompile your modules containing XS code.
Performance
There are no known performance issues.
Documentation
For further information, refer to the perldelta manpage and to the following Web sites:
• http://www.perl.org
• http://www.activestate.com
• http://learn.perl.org
Obsolescence
Not applicable.