| United States-English |
|
|
|
![]() |
HP-UX 11i Version 3 Release Notes: HP 9000 and HP Integrity Servers > Chapter 10 Libraries and ProgrammingPerl |
|
Perl is a high-level programming language created and enhanced by the Open Source community. Perl takes the best features from other languages: C, awk, sed, sh, and BASIC, among others, and at least a dozen other tools and languages. The version for HP-UX 11i v3 is 5.8.8 build 817.1.
Perl 5.8 is not binary compatible with earlier releases of Perl for XS modules. These modules have to be 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. The new safe signals implementation postpones handling of signals until it’s safe (in between the execution of low level opcodes). This change may have surprising side effects because signals no longer interrupt Perl instantly.
|
||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||