HP-UX 11i Version 2 March 2006 Release Notes
Libraries and Programming
Perl
Chapter 10
146
Performance
There are no known performance issues.
Documentation
For the latest documentation, refer to the Java Technology for HP-UX 11i Web site at
http://hp.com/go/java and select “information library” in the left navigation bar.
Obsolescence
Not applicable.
Perl
Perl is a high-level programming language created and enhanced by the Open Source
community. Perl takes the best features from other languages, such as C, awk, sed, sh,
and BASIC, among others and at least a dozen other tools and languages.
Summary of Change
Perl has been updated to incorporate defect fixes.
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