home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _08633ae24b82db8bba390538958c9cbf < prev    next >
Text File  |  2000-03-23  |  165KB  |  2,830 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>perldelta - what's new for perl v5.6.0</TITLE>
  4. <LINK REL="stylesheet" HREF="../../Active.css" TYPE="text/css">
  5. <LINK REV="made" HREF="mailto:">
  6. </HEAD>
  7.  
  8. <BODY>
  9. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  10. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  11. <STRONG><P CLASS=block> perldelta - what's new for perl v5.6.0</P></STRONG>
  12. </TD></TR>
  13. </TABLE>
  14.  
  15. <A NAME="__index__"></A>
  16. <!-- INDEX BEGIN -->
  17.  
  18. <UL>
  19.  
  20.     <LI><A HREF="#name">NAME</A></LI>
  21.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  22.     <LI><A HREF="#core enhancements">Core Enhancements</A></LI>
  23.     <UL>
  24.  
  25.         <LI><A HREF="#interpreter cloning, threads, and concurrency">Interpreter cloning, threads, and concurrency</A></LI>
  26.         <LI><A HREF="#lexically scoped warning categories">Lexically scoped warning categories</A></LI>
  27.         <LI><A HREF="#unicode and utf8 support">Unicode and UTF-8 support</A></LI>
  28.         <LI><A HREF="#support for interpolating named characters">Support for interpolating named characters</A></LI>
  29.         <LI><A HREF="#our declarations">``our'' declarations</A></LI>
  30.         <LI><A HREF="#support for strings represented as a vector of ordinals">Support for strings represented as a vector of ordinals</A></LI>
  31.         <LI><A HREF="#improved perl version numbering system">Improved Perl version numbering system</A></LI>
  32.         <LI><A HREF="#new syntax for declaring subroutine attributes">New syntax for declaring subroutine attributes</A></LI>
  33.         <LI><A HREF="#file and directory handles can be autovivified">File and directory handles can be autovivified</A></LI>
  34.         <LI><A HREF="#open() with more than two arguments"><A HREF="../../lib/Pod/perlfunc.html#item_open"><CODE>open()</CODE></A> with more than two arguments</A></LI>
  35.         <LI><A HREF="#64bit support">64-bit support</A></LI>
  36.         <LI><A HREF="#large file support">Large file support</A></LI>
  37.         <LI><A HREF="#long doubles">Long doubles</A></LI>
  38.         <LI><A HREF="#more bits">``more bits''</A></LI>
  39.         <LI><A HREF="#enhanced support for sort() subroutines">Enhanced support for <A HREF="../../lib/Pod/perlfunc.html#item_sort"><CODE>sort()</CODE></A> subroutines</A></LI>
  40.         <LI><A HREF="#sort $coderef @foo allowed"><CODE>sort $coderef @foo</CODE> allowed</A></LI>
  41.         <LI><A HREF="#file globbing implemented internally">File globbing implemented internally</A></LI>
  42.         <LI><A HREF="#posix character class syntax [: :] supported">POSIX character class syntax [: :] supported</A></LI>
  43.         <LI><A HREF="#improved qw// operator">Improved <CODE>qw//</CODE> operator</A></LI>
  44.         <LI><A HREF="#pack() format 'z' supported"><A HREF="../../lib/Pod/perlfunc.html#item_pack"><CODE>pack()</CODE></A> format 'Z' supported</A></LI>
  45.         <LI><A HREF="#pack() format modifier '!' supported"><A HREF="../../lib/Pod/perlfunc.html#item_pack"><CODE>pack()</CODE></A> format modifier '!' supported</A></LI>
  46.         <LI><A HREF="#pack() and unpack() support counted strings"><A HREF="../../lib/Pod/perlfunc.html#item_pack"><CODE>pack()</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_unpack"><CODE>unpack()</CODE></A> support counted strings</A></LI>
  47.         <LI><A HREF="#comments in pack() templates">Comments in <A HREF="../../lib/Pod/perlfunc.html#item_pack"><CODE>pack()</CODE></A> templates</A></LI>
  48.         <LI><A HREF="#weak references">Weak references</A></LI>
  49.         <LI><A HREF="#binary numbers supported">Binary numbers supported</A></LI>
  50.         <LI><A HREF="#lvalue subroutines">Lvalue subroutines</A></LI>
  51.         <LI><A HREF="#some arrows may be omitted in calls through references">Some arrows may be omitted in calls through references</A></LI>
  52.         <LI><A HREF="#boolean assignment operators are legal lvalues">Boolean assignment operators are legal lvalues</A></LI>
  53.         <LI><A HREF="#exists() is supported on subroutine names"><A HREF="../../lib/Pod/perlfunc.html#item_exists"><CODE>exists()</CODE></A> is supported on subroutine names</A></LI>
  54.         <LI><A HREF="#exists() and delete() are supported on array elements"><A HREF="../../lib/Pod/perlfunc.html#item_exists"><CODE>exists()</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_delete"><CODE>delete()</CODE></A> are supported on array elements</A></LI>
  55.         <LI><A HREF="#pseudohashes work better">Pseudo-hashes work better</A></LI>
  56.         <LI><A HREF="#automatic flushing of output buffers">Automatic flushing of output buffers</A></LI>
  57.         <LI><A HREF="#better diagnostics on meaningless filehandle operations">Better diagnostics on meaningless filehandle operations</A></LI>
  58.         <LI><A HREF="#where possible, buffered data discarded from duped input filehandle">Where possible, buffered data discarded from duped input filehandle</A></LI>
  59.         <LI><A HREF="#eof() has the same old magic as <>"><A HREF="../../lib/Pod/perlfunc.html#item_eof"><CODE>eof()</CODE></A> has the same old magic as <></A></LI>
  60.         <LI><A HREF="#binmode() can be used to set :crlf and :raw modes"><A HREF="../../lib/Pod/perlfunc.html#item_binmode"><CODE>binmode()</CODE></A> can be used to set :crlf and :raw modes</A></LI>
  61.         <LI><A HREF="#t filetest recognizes utf8 encoded files as text"><CODE>-T</CODE> filetest recognizes UTF-8 encoded files as ``text''</A></LI>
  62.         <LI><A HREF="#system(), backticks and pipe open now reflect exec() failure">system(), backticks and pipe open now reflect <A HREF="../../lib/Pod/perlfunc.html#item_exec"><CODE>exec()</CODE></A> failure</A></LI>
  63.         <LI><A HREF="#improved diagnostics">Improved diagnostics</A></LI>
  64.         <LI><A HREF="#diagnostics follow stderr">Diagnostics follow STDERR</A></LI>
  65.         <LI><A HREF="#syswrite() easeofuse"><A HREF="../../lib/Pod/perlfunc.html#item_syswrite"><CODE>syswrite()</CODE></A> ease-of-use</A></LI>
  66.         <LI><A HREF="#better syntax checks on parenthesized unary operators">Better syntax checks on parenthesized unary operators</A></LI>
  67.         <LI><A HREF="#bit operators support full native integer width">Bit operators support full native integer width</A></LI>
  68.         <LI><A HREF="#improved security features">Improved security features</A></LI>
  69.         <LI><A HREF="#require and do may be overridden"><A HREF="../../lib/Pod/perlfunc.html#item_require"><CODE>require</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_do"><CODE>do</CODE></A> may be overridden</A></LI>
  70.         <LI><A HREF="#$^x variables may now have names longer than one character">$^X variables may now have names longer than one character</A></LI>
  71.         <LI><A HREF="#new variable $^c reflects c switch">New variable $^C reflects <CODE>-c</CODE> switch</A></LI>
  72.         <LI><A HREF="#new variable $^v contains perl version as a string">New variable $^V contains Perl version as a string</A></LI>
  73.         <LI><A HREF="#optional y2k warnings">Optional Y2K warnings</A></LI>
  74.     </UL>
  75.  
  76.     <LI><A HREF="#modules and pragmata">Modules and Pragmata</A></LI>
  77.     <UL>
  78.  
  79.         <LI><A HREF="#modules">Modules</A></LI>
  80.         <LI><A HREF="#pragmata">Pragmata</A></LI>
  81.     </UL>
  82.  
  83.     <LI><A HREF="#utility changes">Utility Changes</A></LI>
  84.     <UL>
  85.  
  86.         <LI><A HREF="#dprofpp">dprofpp</A></LI>
  87.         <LI><A HREF="#find2perl">find2perl</A></LI>
  88.         <LI><A HREF="#h2xs">h2xs</A></LI>
  89.         <LI><A HREF="#perlcc">perlcc</A></LI>
  90.         <LI><A HREF="#perldoc">perldoc</A></LI>
  91.         <LI><A HREF="#the perl debugger">The Perl Debugger</A></LI>
  92.     </UL>
  93.  
  94.     <LI><A HREF="#improved documentation">Improved Documentation</A></LI>
  95.     <LI><A HREF="#performance enhancements">Performance enhancements</A></LI>
  96.     <UL>
  97.  
  98.         <LI><A HREF="#simple sort() using { $a <=> $b } and the like are optimized">Simple <A HREF="../../lib/Pod/perlfunc.html#item_sort"><CODE>sort()</CODE></A> using { $a <=> $b } and the like are optimized</A></LI>
  99.         <LI><A HREF="#optimized assignments to lexical variables">Optimized assignments to lexical variables</A></LI>
  100.         <LI><A HREF="#faster subroutine calls">Faster subroutine calls</A></LI>
  101.     </UL>
  102.  
  103.     <LI><A HREF="#installation and configuration improvements">Installation and Configuration Improvements</A></LI>
  104.     <UL>
  105.  
  106.         <LI><A HREF="#dusethreads means something different">-Dusethreads means something different</A></LI>
  107.         <LI><A HREF="#new configure flags">New Configure flags</A></LI>
  108.         <LI><A HREF="#threadedness and 64bitness now more daring">Threadedness and 64-bitness now more daring</A></LI>
  109.         <LI><A HREF="#long doubles">Long Doubles</A></LI>
  110.         <LI><A HREF="#dusemorebits">-Dusemorebits</A></LI>
  111.         <LI><A HREF="#duselargefiles">-Duselargefiles</A></LI>
  112.         <LI><A HREF="#installusrbinperl">installusrbinperl</A></LI>
  113.         <LI><A HREF="#socks support">SOCKS support</A></LI>
  114.         <LI><A HREF="#a flag"><CODE>-A</CODE> flag</A></LI>
  115.         <LI><A HREF="#enhanced installation directories">Enhanced Installation Directories</A></LI>
  116.     </UL>
  117.  
  118.     <LI><A HREF="#platform specific changes">Platform specific changes</A></LI>
  119.     <UL>
  120.  
  121.         <LI><A HREF="#supported platforms">Supported platforms</A></LI>
  122.         <LI><A HREF="#dos">DOS</A></LI>
  123.         <LI><A HREF="#os390 (openedition mvs)">OS390 (OpenEdition MVS)</A></LI>
  124.         <LI><A HREF="#vms">VMS</A></LI>
  125.         <LI><A HREF="#win32">Win32</A></LI>
  126.     </UL>
  127.  
  128.     <LI><A HREF="#significant bug fixes">Significant bug fixes</A></LI>
  129.     <UL>
  130.  
  131.         <LI><A HREF="#<handle> on empty files"><HANDLE> on empty files</A></LI>
  132.         <LI><A HREF="#eval '...' improvements"><CODE>eval '...'</CODE> improvements</A></LI>
  133.         <LI><A HREF="#all compilation errors are true errors">All compilation errors are true errors</A></LI>
  134.         <LI><A HREF="#implicitly closed filehandles are safer">Implicitly closed filehandles are safer</A></LI>
  135.         <LI><A HREF="#behavior of list slices is more consistent">Behavior of list slices is more consistent</A></LI>
  136.         <LI><A HREF="#(\$) prototype and $foo{a}"><CODE>(\$)</CODE> prototype and <CODE>$foo{a}</CODE></A></LI>
  137.         <LI><A HREF="#goto &sub and autoload"><CODE>goto &sub</CODE> and AUTOLOAD</A></LI>
  138.         <LI><A HREF="#bareword allowed under use integer"><CODE>-bareword</CODE> allowed under <CODE>use integer</CODE></A></LI>
  139.         <LI><A HREF="#failures in destroy()">Failures in <CODE>DESTROY()</CODE></A></LI>
  140.         <LI><A HREF="#locale bugs fixed">Locale bugs fixed</A></LI>
  141.         <LI><A HREF="#memory leaks">Memory leaks</A></LI>
  142.         <LI><A HREF="#spurious subroutine stubs after failed subroutine calls">Spurious subroutine stubs after failed subroutine calls</A></LI>
  143.         <LI><A HREF="#taint failures under u">Taint failures under <CODE>-U</CODE></A></LI>
  144.         <LI><A HREF="#end blocks and the c switch">END blocks and the <CODE>-c</CODE> switch</A></LI>
  145.         <LI><A HREF="#potential to leak data filehandles">Potential to leak DATA filehandles</A></LI>
  146.     </UL>
  147.  
  148.     <LI><A HREF="#new or changed diagnostics">New or Changed Diagnostics</A></LI>
  149.     <LI><A HREF="#new tests">New tests</A></LI>
  150.     <LI><A HREF="#incompatible changes">Incompatible Changes</A></LI>
  151.     <UL>
  152.  
  153.         <LI><A HREF="#perl source incompatibilities">Perl Source Incompatibilities</A></LI>
  154.         <LI><A HREF="#format of $english::perl_version is different">Format of $English::PERL_VERSION is different</A></LI>
  155.         <LI><A HREF="#semantics of bit operators may have changed on 64bit platforms">Semantics of bit operators may have changed on 64-bit platforms</A></LI>
  156.         <LI><A HREF="#more builtins taint their results">More builtins taint their results</A></LI>
  157.         <LI><A HREF="#c source incompatibilities">C Source Incompatibilities</A></LI>
  158.         <LI><A HREF="#compatible c source api changes">Compatible C Source API Changes</A></LI>
  159.         <LI><A HREF="#binary incompatibilities">Binary Incompatibilities</A></LI>
  160.     </UL>
  161.  
  162.     <LI><A HREF="#known problems">Known Problems</A></LI>
  163.     <UL>
  164.  
  165.         <LI><A HREF="#thread test failures">Thread test failures</A></LI>
  166.         <LI><A HREF="#ebcdic platforms not supported">EBCDIC platforms not supported</A></LI>
  167.         <LI><A HREF="#in 64bit hpux the lib/io_multihomed test may hang">In 64-bit HP-UX the lib/io_multihomed test may hang</A></LI>
  168.         <LI><A HREF="#nextstep 3.3 posix test failure">NEXTSTEP 3.3 POSIX test failure</A></LI>
  169.         <LI><A HREF="#tru64 (aka digital unix, aka dec osf/1) lib/sdbm test failure with gcc">Tru64 (aka Digital UNIX, aka DEC OSF/1) lib/sdbm test failure with gcc</A></LI>
  170.         <LI><A HREF="#unicos/mk cc failures during configure run">UNICOS/mk CC failures during Configure run</A></LI>
  171.         <LI><A HREF="#arrow operator and arrays">Arrow operator and arrays</A></LI>
  172.         <LI><A HREF="#windows 2000">Windows 2000</A></LI>
  173.         <LI><A HREF="#experimental features">Experimental features</A></LI>
  174.     </UL>
  175.  
  176.     <LI><A HREF="#obsolete diagnostics">Obsolete Diagnostics</A></LI>
  177.     <LI><A HREF="#reporting bugs">Reporting Bugs</A></LI>
  178.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  179.     <LI><A HREF="#history">HISTORY</A></LI>
  180. </UL>
  181. <!-- INDEX END -->
  182.  
  183. <HR>
  184. <P>
  185. <H1><A NAME="name">NAME</A></H1>
  186. <P>perldelta - what's new for perl v5.6.0</P>
  187. <P>
  188. <HR>
  189. <H1><A NAME="description">DESCRIPTION</A></H1>
  190. <P>This document describes differences between the 5.005 release and this one.</P>
  191. <P>
  192. <HR>
  193. <H1><A NAME="core enhancements">Core Enhancements</A></H1>
  194. <P>
  195. <H2><A NAME="interpreter cloning, threads, and concurrency">Interpreter cloning, threads, and concurrency</A></H2>
  196. <P>Perl 5.005_63 introduces the beginnings of support for running multiple
  197. interpreters concurrently in different threads.  In conjunction with
  198. the <CODE>perl_clone()</CODE> API call, which can be used to selectively duplicate
  199. the state of any given interpreter, it is possible to compile a
  200. piece of code once in an interpreter, clone that interpreter
  201. one or more times, and run all the resulting interpreters in distinct
  202. threads.</P>
  203. <P>On the Windows platform, this feature is used to emulate <A HREF="../../lib/Pod/perlfunc.html#item_fork"><CODE>fork()</CODE></A> at the
  204. interpreter level.  See <A HREF="../../lib/Pod/perlfork.html">the perlfork manpage</A> for details about that.</P>
  205. <P>This feature is still in evolution.  It is eventually meant to be used
  206. to selectively clone a subroutine and data reachable from that
  207. subroutine in a separate interpreter and run the cloned subroutine
  208. in a separate thread.  Since there is no shared data between the
  209. interpreters, little or no locking will be needed (unless parts of
  210. the symbol table are explicitly shared).  This is obviously intended
  211. to be an easy-to-use replacement for the existing threads support.</P>
  212. <P>Support for cloning interpreters and interpreter concurrency can be
  213. enabled using the -Dusethreads Configure option (see win32/Makefile for
  214. how to enable it on Windows.)  The resulting perl executable will be
  215. functionally identical to one that was built with -Dmultiplicity, but
  216. the <CODE>perl_clone()</CODE> API call will only be available in the former.</P>
  217. <P>-Dusethreads enables the cpp macro USE_ITHREADS by default, which in turn
  218. enables Perl source code changes that provide a clear separation between
  219. the op tree and the data it operates with.  The former is immutable, and
  220. can therefore be shared between an interpreter and all of its clones,
  221. while the latter is considered local to each interpreter, and is therefore
  222. copied for each clone.</P>
  223. <P>Note that building Perl with the -Dusemultiplicity Configure option
  224. is adequate if you wish to run multiple <STRONG>independent</STRONG> interpreters
  225. concurrently in different threads.  -Dusethreads only provides the
  226. additional functionality of the <CODE>perl_clone()</CODE> API call and other
  227. support for running <STRONG>cloned</STRONG> interpreters concurrently.</P>
  228. <PRE>
  229.     NOTE: This is an experimental feature.  Implementation details are
  230.     subject to change.</PRE>
  231. <P>
  232. <H2><A NAME="lexically scoped warning categories">Lexically scoped warning categories</A></H2>
  233. <P>You can now control the granularity of warnings emitted by perl at a finer
  234. level using the <CODE>use warnings</CODE> pragma.  <A HREF="../../lib/warnings.html">the warnings manpage</A> and <A HREF="../../lib/Pod/perllexwarn.html">the perllexwarn manpage</A>
  235. have copious documentation on this feature.</P>
  236. <P>
  237. <H2><A NAME="unicode and utf8 support">Unicode and UTF-8 support</A></H2>
  238. <P>Perl now uses UTF-8 as its internal representation for character
  239. strings.  The <CODE>utf8</CODE> and <CODE>bytes</CODE> pragmas are used to control this support
  240. in the current lexical scope.  See <A HREF="../../lib/Pod/perlunicode.html">the perlunicode manpage</A>, <A HREF="../../lib/utf8.html">the utf8 manpage</A> and <A HREF="../../lib/bytes.html">the bytes manpage</A> for
  241. more information.</P>
  242. <P>This feature is expected to evolve quickly to support some form of I/O
  243. disciplines that can be used to specify the kind of input and output data
  244. (bytes or characters).  Until that happens, additional modules from CPAN
  245. will be needed to complete the toolkit for dealing with Unicode.</P>
  246. <PRE>
  247.     NOTE: This should be considered an experimental feature.  Implementation
  248.     details are subject to change.</PRE>
  249. <P>
  250. <H2><A NAME="support for interpolating named characters">Support for interpolating named characters</A></H2>
  251. <P>The new <CODE>\N</CODE> escape interpolates named characters within strings.
  252. For example, <CODE>"Hi! \N{WHITE SMILING FACE}"</CODE> evaluates to a string
  253. with a unicode smiley face at the end.</P>
  254. <P>
  255. <H2><A NAME="our declarations">``our'' declarations</A></H2>
  256. <P>An ``our'' declaration introduces a value that can be best understood
  257. as a lexically scoped symbolic alias to a global variable in the
  258. package that was current where the variable was declared.  This is
  259. mostly useful as an alternative to the <CODE>vars</CODE> pragma, but also provides
  260. the opportunity to introduce typing and other attributes for such
  261. variables.  See <A HREF="../../lib/Pod/perlfunc.html#our">our in the perlfunc manpage</A>.</P>
  262. <P>
  263. <H2><A NAME="support for strings represented as a vector of ordinals">Support for strings represented as a vector of ordinals</A></H2>
  264. <P>Literals of the form <CODE>v1.2.3.4</CODE> are now parsed as a string composed
  265. of characters with the specified ordinals.  This is an alternative, more
  266. readable way to construct (possibly unicode) strings instead of
  267. interpolating characters, as in <CODE>"\x{1}\x{2}\x{3}\x{4}"</CODE>.  The leading
  268. <CODE>v</CODE> may be omitted if there are more than two ordinals, so <CODE>1.2.3</CODE> is
  269. parsed the same as <CODE>v1.2.3</CODE>.</P>
  270. <P>Strings written in this form are also useful to represent version ``numbers''.
  271. It is easy to compare such version ``numbers'' (which are really just plain
  272. strings) using any of the usual string comparison operators <CODE>eq</CODE>, <CODE>ne</CODE>,
  273. <CODE>lt</CODE>, <CODE>gt</CODE>, etc., or perform bitwise string operations on them using <CODE>|</CODE>,
  274. <CODE>&</CODE>, etc.</P>
  275. <P>In conjunction with the new <CODE>$^V</CODE> magic variable (which contains
  276. the perl version as a string), such literals can be used as a readable way
  277. to check if you're running a particular version of Perl:</P>
  278. <PRE>
  279.     # this will parse in older versions of Perl also
  280.     if ($^V and $^V gt v5.6.0) {
  281.         # new features supported
  282.     }</PRE>
  283. <P><A HREF="../../lib/Pod/perlfunc.html#item_require"><CODE>require</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_use"><CODE>use</CODE></A> also have some special magic to support such literals.
  284. They will be interpreted as a version rather than as a module name:</P>
  285. <PRE>
  286.     require v5.6.0;             # croak if $^V lt v5.6.0
  287.     use v5.6.0;                 # same, but croaks at compile-time</PRE>
  288. <P>Alternatively, the <CODE>v</CODE> may be omitted if there is more than one dot:</P>
  289. <PRE>
  290.     require 5.6.0;
  291.     use 5.6.0;</PRE>
  292. <P>Also, <A HREF="../../lib/Pod/perlfunc.html#item_sprintf"><CODE>sprintf</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_printf"><CODE>printf</CODE></A> support the Perl-specific format flag <CODE>%v</CODE>
  293. to print ordinals of characters in arbitrary strings:</P>
  294. <PRE>
  295.     printf "v%vd", $^V;         # prints current version, such as "v5.5.650"
  296.     printf "%*vX", ":", $addr;  # formats IPv6 address
  297.     printf "%*vb", " ", $bits;  # displays bitstring</PRE>
  298. <P>See <A HREF="../../lib/Pod/perldata.html#scalar value constructors">Scalar value constructors in the perldata manpage</A> for additional information.</P>
  299. <P>
  300. <H2><A NAME="improved perl version numbering system">Improved Perl version numbering system</A></H2>
  301. <P>Beginning with Perl version 5.6.0, the version number convention has been
  302. changed to a ``dotted integer'' scheme that is more commonly found in open
  303. source projects.</P>
  304. <P>Maintenance versions of v5.6.0 will be released as v5.6.1, v5.6.2 etc.
  305. The next development series following v5.6.0 will be numbered v5.7.x,
  306. beginning with v5.7.0, and the next major production release following
  307. v5.6.0 will be v5.8.0.</P>
  308. <P>The English module now sets $PERL_VERSION to $^V (a string value) rather
  309. than <CODE>$]</CODE> (a numeric value).  (This is a potential incompatibility.
  310. Send us a report via perlbug if you are affected by this.)</P>
  311. <P>The v1.2.3 syntax is also now legal in Perl.
  312. See <A HREF="#support for strings represented as a vector of ordinals">Support for strings represented as a vector of ordinals</A> for more on that.</P>
  313. <P>To cope with the new versioning system's use of at least three significant
  314. digits for each version component, the method used for incrementing the
  315. subversion number has also changed slightly.  We assume that versions older
  316. than v5.6.0 have been incrementing the subversion component in multiples of
  317. 10.  Versions after v5.6.0 will increment them by 1.  Thus, using the new
  318. notation, 5.005_03 is the ``same'' as v5.5.30, and the first maintenance
  319. version following v5.6.0 will be v5.6.1 (which should be read as being
  320. equivalent to a floating point value of 5.006_001 in the older format,
  321. stored in <CODE>$]</CODE>).</P>
  322. <P>
  323. <H2><A NAME="new syntax for declaring subroutine attributes">New syntax for declaring subroutine attributes</A></H2>
  324. <P>Formerly, if you wanted to mark a subroutine as being a method call or
  325. as requiring an automatic <A HREF="../../lib/Pod/perlfunc.html#item_lock"><CODE>lock()</CODE></A> when it is entered, you had to declare
  326. that with a <CODE>use attrs</CODE> pragma in the body of the subroutine.
  327. That can now be accomplished with declaration syntax, like this:</P>
  328. <PRE>
  329.     sub mymethod : locked method ;
  330.     ...
  331.     sub mymethod : locked method {
  332.         ...
  333.     }</PRE>
  334. <PRE>
  335.     sub othermethod :locked :method ;
  336.     ...
  337.     sub othermethod :locked :method {
  338.         ...
  339.     }</PRE>
  340. <P>(Note how only the first <CODE>:</CODE> is mandatory, and whitespace surrounding
  341. the <CODE>:</CODE> is optional.)</P>
  342. <P><EM>AutoSplit.pm</EM> and <EM>SelfLoader.pm</EM> have been updated to keep the attributes
  343. with the stubs they provide.  See <A HREF="../../lib/attributes.html">the attributes manpage</A>.</P>
  344. <P>
  345. <H2><A NAME="file and directory handles can be autovivified">File and directory handles can be autovivified</A></H2>
  346. <P>Similar to how constructs such as <CODE>$x->[0]</CODE> autovivify a reference,
  347. handle constructors (open(), opendir(), pipe(), socketpair(), sysopen(),
  348. socket(), and <A HREF="../../lib/Pod/perlfunc.html#item_accept"><CODE>accept())</CODE></A> now autovivify a file or directory handle
  349. if the handle passed to them is an uninitialized scalar variable.  This
  350. allows the constructs such as <A HREF="#item_open"><CODE>open(my $fh, ...)</CODE></A> and <A HREF="#item_open"><CODE>open(local $fh,...)</CODE></A>
  351. to be used to create filehandles that will conveniently be closed
  352. automatically when the scope ends, provided there are no other references
  353. to them.  This largely eliminates the need for typeglobs when opening
  354. filehandles that must be passed around, as in the following example:</P>
  355. <PRE>
  356.     sub myopen {
  357.         open my $fh, "@_"
  358.              or die "Can't open '@_': $!";
  359.         return $fh;
  360.     }</PRE>
  361. <PRE>
  362.     {
  363.         my $f = myopen("</etc/motd");
  364.         print <$f>;
  365.         # $f implicitly closed here
  366.     }</PRE>
  367. <P>
  368. <H2><A NAME="open() with more than two arguments"><A HREF="#item_open"><CODE>open()</CODE></A> with more than two arguments</A></H2>
  369. <P>If <A HREF="#item_open"><CODE>open()</CODE></A> is passed three arguments instead of two, the second argument
  370. is used as the mode and the third argument is taken to be the file name.
  371. This is primarily useful for protecting against unintended magic behavior
  372. of the traditional two-argument form.  See <A HREF="../../lib/Pod/perlfunc.html#open">open in the perlfunc manpage</A>.</P>
  373. <P>
  374. <H2><A NAME="64bit support">64-bit support</A></H2>
  375. <P>Any platform that has 64-bit integers either</P>
  376. <PRE>
  377.         (1) natively as longs or ints
  378.         (2) via special compiler flags
  379.         (3) using long long or int64_t</PRE>
  380. <P>is able to use ``quads'' (64-bit integers) as follows:</P>
  381. <UL>
  382. <LI>
  383. constants (decimal, hexadecimal, octal, binary) in the code
  384. <P></P>
  385. <LI>
  386. arguments to <A HREF="../../lib/Pod/perlfunc.html#item_oct"><CODE>oct()</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_hex"><CODE>hex()</CODE></A>
  387. <P></P>
  388. <LI>
  389. arguments to print(), <A HREF="../../lib/Pod/perlfunc.html#item_printf"><CODE>printf()</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_sprintf"><CODE>sprintf()</CODE></A> (flag prefixes ll, L, q)
  390. <P></P>
  391. <LI>
  392. printed as such
  393. <P></P>
  394. <LI>
  395. <A HREF="../../lib/Pod/perlfunc.html#item_pack"><CODE>pack()</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_unpack"><CODE>unpack()</CODE></A> ``q'' and ``Q'' formats
  396. <P></P>
  397. <LI>
  398. in basic arithmetics: + - * / % (NOTE: operating close to the limits
  399. of the integer values may produce surprising results)
  400. <P></P>
  401. <LI>
  402. in bit arithmetics: & | ^ ~ << >> (NOTE: these used to be forced 
  403. to be 32 bits wide but now operate on the full native width.)
  404. <P></P>
  405. <LI>
  406. <A HREF="#item_vec"><CODE>vec()</CODE></A>
  407. <P></P></UL>
  408. <P>Note that unless you have the case (a) you will have to configure
  409. and compile Perl using the -Duse64bitint Configure flag.</P>
  410. <PRE>
  411.     NOTE: The Configure flags -Duselonglong and -Duse64bits have been
  412.     deprecated.  Use -Duse64bitint instead.</PRE>
  413. <P>There are actually two modes of 64-bitness: the first one is achieved
  414. using Configure -Duse64bitint and the second one using Configure
  415. -Duse64bitall.  The difference is that the first one is minimal and
  416. the second one maximal.  The first works in more places than the second.</P>
  417. <P>The <CODE>use64bitint</CODE> does only as much as is required to get 64-bit
  418. integers into Perl (this may mean, for example, using ``long longs'')
  419. while your memory may still be limited to 2 gigabytes (because your
  420. pointers could still be 32-bit).  Note that the name <CODE>64bitint</CODE> does
  421. not imply that your C compiler will be using 64-bit <A HREF="../../lib/Pod/perlfunc.html#item_int"><CODE>int</CODE></A>s (it might,
  422. but it doesn't have to): the <CODE>use64bitint</CODE> means that you will be
  423. able to have 64 bits wide scalar values.</P>
  424. <P>The <CODE>use64bitall</CODE> goes all the way by attempting to switch also
  425. integers (if it can), longs (and pointers) to being 64-bit.  This may
  426. create an even more binary incompatible Perl than -Duse64bitint: the
  427. resulting executable may not run at all in a 32-bit box, or you may
  428. have to reboot/reconfigure/rebuild your operating system to be 64-bit
  429. aware.</P>
  430. <P>Natively 64-bit systems like Alpha and Cray need neither -Duse64bitint
  431. nor -Duse64bitall.</P>
  432. <P>Last but not least: note that due to Perl's habit of always using
  433. floating point numbers, the quads are still not true integers.
  434. When quads overflow their limits (0...18_446_744_073_709_551_615 unsigned,
  435. -9_223_372_036_854_775_808...9_223_372_036_854_775_807 signed), they
  436. are silently promoted to floating point numbers, after which they will
  437. start losing precision (in their lower digits).</P>
  438. <PRE>
  439.     NOTE: 64-bit support is still experimental on most platforms.
  440.     Existing support only covers the LP64 data model.  In particular, the
  441.     LLP64 data model is not yet supported.  64-bit libraries and system
  442.     APIs on many platforms have not stabilized--your mileage may vary.</PRE>
  443. <P>
  444. <H2><A NAME="large file support">Large file support</A></H2>
  445. <P>If you have filesystems that support ``large files'' (files larger than
  446. 2 gigabytes), you may now also be able to create and access them from
  447. Perl.</P>
  448. <PRE>
  449.     NOTE: The default action is to enable large file support, if
  450.     available on the platform.</PRE>
  451. <P>If the large file support is on, and you have a Fcntl constant
  452. O_LARGEFILE, the O_LARGEFILE is automatically added to the flags
  453. of sysopen().</P>
  454. <P>Beware that unless your filesystem also supports ``sparse files'' seeking
  455. to umpteen petabytes may be inadvisable.</P>
  456. <P>Note that in addition to requiring a proper file system to do large
  457. files you may also need to adjust your per-process (or your
  458. per-system, or per-process-group, or per-user-group) maximum filesize
  459. limits before running Perl scripts that try to handle large files,
  460. especially if you intend to write such files.</P>
  461. <P>Finally, in addition to your process/process group maximum filesize
  462. limits, you may have quota limits on your filesystems that stop you
  463. (your user id or your user group id) from using large files.</P>
  464. <P>Adjusting your process/user/group/file system/operating system limits
  465. is outside the scope of Perl core language.  For process limits, you
  466. may try increasing the limits using your shell's limits/limit/ulimit
  467. command before running Perl.  The BSD::Resource extension (not
  468. included with the standard Perl distribution) may also be of use, it
  469. offers the getrlimit/setrlimit interface that can be used to adjust
  470. process resource usage limits, including the maximum filesize limit.</P>
  471. <P>
  472. <H2><A NAME="long doubles">Long doubles</A></H2>
  473. <P>In some systems you may be able to use long doubles to enhance the
  474. range and precision of your double precision floating point numbers
  475. (that is, Perl's numbers).  Use Configure -Duselongdouble to enable
  476. this support (if it is available).</P>
  477. <P>
  478. <H2><A NAME="more bits">``more bits''</A></H2>
  479. <P>You can ``Configure -Dusemorebits'' to turn on both the 64-bit support
  480. and the long double support.</P>
  481. <P>
  482. <H2><A NAME="enhanced support for sort() subroutines">Enhanced support for <A HREF="../../lib/Pod/perlfunc.html#item_sort"><CODE>sort()</CODE></A> subroutines</A></H2>
  483. <P>Perl subroutines with a prototype of <CODE>($$)</CODE>, and XSUBs in general, can
  484. now be used as sort subroutines.  In either case, the two elements to
  485. be compared are passed as normal parameters in @_.  See <A HREF="../../lib/Pod/perlfunc.html#sort">sort in the perlfunc manpage</A>.</P>
  486. <P>For unprototyped sort subroutines, the historical behavior of passing 
  487. the elements to be compared as the global variables $a and $b remains
  488. unchanged.</P>
  489. <P>
  490. <H2><A NAME="sort $coderef @foo allowed"><CODE>sort $coderef @foo</CODE> allowed</A></H2>
  491. <P><A HREF="../../lib/Pod/perlfunc.html#item_sort"><CODE>sort()</CODE></A> did not accept a subroutine reference as the comparison
  492. function in earlier versions.  This is now permitted.</P>
  493. <P>
  494. <H2><A NAME="file globbing implemented internally">File globbing implemented internally</A></H2>
  495. <P>Perl now uses the File::Glob implementation of the <A HREF="../../lib/Pod/perlfunc.html#item_glob"><CODE>glob()</CODE></A> operator
  496. automatically.  This avoids using an external csh process and the
  497. problems associated with it.</P>
  498. <PRE>
  499.     NOTE: This is currently an experimental feature.  Interfaces and
  500.     implementation are subject to change.</PRE>
  501. <DL>
  502. <DT><STRONG><A NAME="item_Support_for_CHECK_blocks">Support for CHECK blocks</A></STRONG><BR>
  503. <DD>
  504. In addition to <CODE>BEGIN</CODE>, <CODE>INIT</CODE>, <CODE>END</CODE>, <CODE>DESTROY</CODE> and <CODE>AUTOLOAD</CODE>,
  505. subroutines named <CODE>CHECK</CODE> are now special.  These are queued up during
  506. compilation and behave similar to END blocks, except they are called at
  507. the end of compilation rather than at the end of execution.  They cannot
  508. be called directly.
  509. <P></P></DL>
  510. <P>
  511. <H2><A NAME="posix character class syntax [: :] supported">POSIX character class syntax [: :] supported</A></H2>
  512. <P>For example to match alphabetic characters use /[[:alpha:]]/.
  513. See <A HREF="../../lib/Pod/perlre.html">the perlre manpage</A> for details.</P>
  514. <DL>
  515. <DT><STRONG><A NAME="item_Better_pseudo%2Drandom_number_generator">Better pseudo-random number generator</A></STRONG><BR>
  516. <DD>
  517. In 5.005_0x and earlier, perl's <A HREF="../../lib/Pod/perlfunc.html#item_rand"><CODE>rand()</CODE></A> function used the C library
  518. <A HREF="../../lib/Pod/perlfunc.html#item_rand"><CODE>rand(3)</CODE></A> function.  As of 5.005_52, Configure tests for drand48(),
  519. random(), and <A HREF="../../lib/Pod/perlfunc.html#item_rand"><CODE>rand()</CODE></A> (in that order) and picks the first one it finds.
  520. <P>These changes should result in better random numbers from rand().</P>
  521. <P></P></DL>
  522. <P>
  523. <H2><A NAME="improved qw// operator">Improved <CODE>qw//</CODE> operator</A></H2>
  524. <P>The <CODE>qw//</CODE> operator is now evaluated at compile time into a true list
  525. instead of being replaced with a run time call to <A HREF="../../lib/Pod/perlfunc.html#item_split"><CODE>split()</CODE></A>.  This
  526. removes the confusing misbehaviour of <CODE>qw//</CODE> in scalar context, which
  527. had inherited that behaviour from split().</P>
  528. <P>Thus:</P>
  529. <PRE>
  530.     $foo = ($bar) = qw(a b c); print "$foo|$bar\n";</PRE>
  531. <P>now correctly prints ``3|a'', instead of ``2|a''.</P>
  532. <DL>
  533. <DT><STRONG><A NAME="item_Better_worst%2Dcase_behavior_of_hashes">Better worst-case behavior of hashes</A></STRONG><BR>
  534. <DD>
  535. Small changes in the hashing algorithm have been implemented in
  536. order to improve the distribution of lower order bits in the
  537. hashed value.  This is expected to yield better performance on
  538. keys that are repeated sequences.
  539. <P></P></DL>
  540. <P>
  541. <H2><A NAME="pack() format 'z' supported"><A HREF="../../lib/Pod/perlfunc.html#item_pack"><CODE>pack()</CODE></A> format 'Z' supported</A></H2>
  542. <P>The new format type 'Z' is useful for packing and unpacking null-terminated
  543. strings.  See <A HREF="../../lib/Pod/perlfunc.html#pack">pack in the perlfunc manpage</A>.</P>
  544. <P>
  545. <H2><A NAME="pack() format modifier '!' supported"><A HREF="../../lib/Pod/perlfunc.html#item_pack"><CODE>pack()</CODE></A> format modifier '!' supported</A></H2>
  546. <P>The new format type modifier '!' is useful for packing and unpacking
  547. native shorts, ints, and longs.  See <A HREF="../../lib/Pod/perlfunc.html#pack">pack in the perlfunc manpage</A>.</P>
  548. <P>
  549. <H2><A NAME="pack() and unpack() support counted strings"><A HREF="../../lib/Pod/perlfunc.html#item_pack"><CODE>pack()</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_unpack"><CODE>unpack()</CODE></A> support counted strings</A></H2>
  550. <P>The template character '/' can be used to specify a counted string
  551. type to be packed or unpacked.  See <A HREF="../../lib/Pod/perlfunc.html#pack">pack in the perlfunc manpage</A>.</P>
  552. <P>
  553. <H2><A NAME="comments in pack() templates">Comments in <A HREF="../../lib/Pod/perlfunc.html#item_pack"><CODE>pack()</CODE></A> templates</A></H2>
  554. <P>The '#' character in a template introduces a comment up to
  555. end of the line.  This facilitates documentation of <A HREF="../../lib/Pod/perlfunc.html#item_pack"><CODE>pack()</CODE></A>
  556. templates.</P>
  557. <P>
  558. <H2><A NAME="weak references">Weak references</A></H2>
  559. <P>In previous versions of Perl, you couldn't cache objects so as
  560. to allow them to be deleted if the last reference from outside 
  561. the cache is deleted.  The reference in the cache would hold a
  562. reference count on the object and the objects would never be
  563. destroyed.</P>
  564. <P>Another familiar problem is with circular references.  When an
  565. object references itself, its reference count would never go
  566. down to zero, and it would not get destroyed until the program
  567. is about to exit.</P>
  568. <P>Weak references solve this by allowing you to ``weaken'' any
  569. reference, that is, make it not count towards the reference count.
  570. When the last non-weak reference to an object is deleted, the object
  571. is destroyed and all the weak references to the object are
  572. automatically undef-ed.</P>
  573. <P>To use this feature, you need the WeakRef package from CPAN, which
  574. contains additional documentation.</P>
  575. <PRE>
  576.     NOTE: This is an experimental feature.  Details are subject to change.</PRE>
  577. <P>
  578. <H2><A NAME="binary numbers supported">Binary numbers supported</A></H2>
  579. <P>Binary numbers are now supported as literals, in s?printf formats, and
  580. <A HREF="../../lib/Pod/perlfunc.html#item_oct"><CODE>oct()</CODE></A>:</P>
  581. <PRE>
  582.     $answer = 0b101010;
  583.     printf "The answer is: %b\n", oct("0b101010");</PRE>
  584. <P>
  585. <H2><A NAME="lvalue subroutines">Lvalue subroutines</A></H2>
  586. <P>Subroutines can now return modifiable lvalues.
  587. See <A HREF="../../lib/Pod/perlsub.html#lvalue subroutines">Lvalue subroutines in the perlsub manpage</A>.</P>
  588. <PRE>
  589.     NOTE: This is an experimental feature.  Details are subject to change.</PRE>
  590. <P>
  591. <H2><A NAME="some arrows may be omitted in calls through references">Some arrows may be omitted in calls through references</A></H2>
  592. <P>Perl now allows the arrow to be omitted in many constructs
  593. involving subroutine calls through references.  For example,
  594. <CODE>$foo[10]->('foo')</CODE> may now be written <CODE>$foo[10]('foo')</CODE>.
  595. This is rather similar to how the arrow may be omitted from
  596. <CODE>$foo[10]->{'foo'}</CODE>.  Note however, that the arrow is still
  597. required for <CODE>foo(10)->('bar')</CODE>.</P>
  598. <P>
  599. <H2><A NAME="boolean assignment operators are legal lvalues">Boolean assignment operators are legal lvalues</A></H2>
  600. <P>Constructs such as <CODE>($a ||= 2) += 1</CODE> are now allowed.</P>
  601. <P>
  602. <H2><A NAME="exists() is supported on subroutine names"><A HREF="../../lib/Pod/perlfunc.html#item_exists"><CODE>exists()</CODE></A> is supported on subroutine names</A></H2>
  603. <P>The <A HREF="../../lib/Pod/perlfunc.html#item_exists"><CODE>exists()</CODE></A> builtin now works on subroutine names.  A subroutine
  604. is considered to exist if it has been declared (even if implicitly).
  605. See <A HREF="../../lib/Pod/perlfunc.html#exists">exists in the perlfunc manpage</A> for examples.</P>
  606. <P>
  607. <H2><A NAME="exists() and delete() are supported on array elements"><A HREF="../../lib/Pod/perlfunc.html#item_exists"><CODE>exists()</CODE></A> and <A HREF="#item_delete"><CODE>delete()</CODE></A> are supported on array elements</A></H2>
  608. <P>The <A HREF="../../lib/Pod/perlfunc.html#item_exists"><CODE>exists()</CODE></A> and <A HREF="#item_delete"><CODE>delete()</CODE></A> builtins now work on simple arrays as well.
  609. The behavior is similar to that on hash elements.</P>
  610. <P><A HREF="../../lib/Pod/perlfunc.html#item_exists"><CODE>exists()</CODE></A> can be used to check whether an array element has been
  611. initialized.  This avoids autovivifying array elements that don't exist.
  612. If the array is tied, the <CODE>EXISTS()</CODE> method in the corresponding tied
  613. package will be invoked.</P>
  614. <P><A HREF="#item_delete"><CODE>delete()</CODE></A> may be used to remove an element from the array and return
  615. it.  The array element at that position returns to its unintialized
  616. state, so that testing for the same element with <A HREF="../../lib/Pod/perlfunc.html#item_exists"><CODE>exists()</CODE></A> will return
  617. false.  If the element happens to be the one at the end, the size of
  618. the array also shrinks up to the highest element that tests true for
  619. exists(), or 0 if none such is found.  If the array is tied, the <CODE>DELETE()</CODE> 
  620. method in the corresponding tied package will be invoked.</P>
  621. <P>See <A HREF="../../lib/Pod/perlfunc.html#exists">exists in the perlfunc manpage</A> and <A HREF="../../lib/Pod/perlfunc.html#delete">delete in the perlfunc manpage</A> for examples.</P>
  622. <P>
  623. <H2><A NAME="pseudohashes work better">Pseudo-hashes work better</A></H2>
  624. <P>Dereferencing some types of reference values in a pseudo-hash,
  625. such as <CODE>$ph->{foo}[1]</CODE>, was accidentally disallowed.  This has
  626. been corrected.</P>
  627. <P>When applied to a pseudo-hash element, <A HREF="../../lib/Pod/perlfunc.html#item_exists"><CODE>exists()</CODE></A> now reports whether
  628. the specified value exists, not merely if the key is valid.</P>
  629. <P><A HREF="#item_delete"><CODE>delete()</CODE></A> now works on pseudo-hashes.  When given a pseudo-hash element
  630. or slice it deletes the values corresponding to the keys (but not the keys
  631. themselves).  See <A HREF="../../lib/Pod/perlref.html#pseudohashes: using an array as a hash">Pseudo-hashes: Using an array as a hash in the perlref manpage</A>.</P>
  632. <P>Pseudo-hash slices with constant keys are now optimized to array lookups
  633. at compile-time.</P>
  634. <P>List assignments to pseudo-hash slices are now supported.</P>
  635. <P>The <CODE>fields</CODE> pragma now provides ways to create pseudo-hashes, via
  636. fields::new() and fields::phash().  See <A HREF="../../lib/fields.html">the fields manpage</A>.</P>
  637. <PRE>
  638.     NOTE: The pseudo-hash data type continues to be experimental.
  639.     Limiting oneself to the interface elements provided by the
  640.     fields pragma will provide protection from any future changes.</PRE>
  641. <P>
  642. <H2><A NAME="automatic flushing of output buffers">Automatic flushing of output buffers</A></H2>
  643. <P>fork(), exec(), system(), qx//, and pipe open()s now flush buffers
  644. of all files opened for output when the operation was attempted.  This
  645. mostly eliminates confusing buffering mishaps suffered by users unaware
  646. of how Perl internally handles I/O.</P>
  647. <P>This is not supported on some platforms like Solaris where a suitably
  648. correct implementation of <CODE>fflush(NULL)</CODE> isn't available.</P>
  649. <P>
  650. <H2><A NAME="better diagnostics on meaningless filehandle operations">Better diagnostics on meaningless filehandle operations</A></H2>
  651. <P>Constructs such as <A HREF="#item_open"><CODE>open(<FH>)</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_close"><CODE>close(<FH>)</CODE></A>
  652. are compile time errors.  Attempting to read from filehandles that
  653. were opened only for writing will now produce warnings (just as
  654. writing to read-only filehandles does).</P>
  655. <P>
  656. <H2><A NAME="where possible, buffered data discarded from duped input filehandle">Where possible, buffered data discarded from duped input filehandle</A></H2>
  657. <P><A HREF="#item_open"><CODE>open(NEW, "<&OLD")</CODE></A> now attempts to discard any data that
  658. was previously read and buffered in <CODE>OLD</CODE> before duping the handle.
  659. On platforms where doing this is allowed, the next read operation
  660. on <CODE>NEW</CODE> will return the same data as the corresponding operation
  661. on <CODE>OLD</CODE>.  Formerly, it would have returned the data from the start
  662. of the following disk block instead.</P>
  663. <P>
  664. <H2><A NAME="eof() has the same old magic as <>"><A HREF="../../lib/Pod/perlfunc.html#item_eof"><CODE>eof()</CODE></A> has the same old magic as <></A></H2>
  665. <P><A HREF="../../lib/Pod/perlfunc.html#item_eof"><CODE>eof()</CODE></A> would return true if no attempt to read from <CODE><></CODE> had
  666. yet been made.  <A HREF="../../lib/Pod/perlfunc.html#item_eof"><CODE>eof()</CODE></A> has been changed to have a little magic of its
  667. own, it now opens the <CODE><></CODE> files.</P>
  668. <P>
  669. <H2><A NAME="binmode() can be used to set :crlf and :raw modes"><A HREF="../../lib/Pod/perlfunc.html#item_binmode"><CODE>binmode()</CODE></A> can be used to set :crlf and :raw modes</A></H2>
  670. <P><A HREF="../../lib/Pod/perlfunc.html#item_binmode"><CODE>binmode()</CODE></A> now accepts a second argument that specifies a discipline
  671. for the handle in question.  The two pseudo-disciplines ``:raw'' and
  672. ``:crlf'' are currently supported on DOS-derivative platforms.
  673. See <A HREF="../../lib/Pod/perlfunc.html#binmode">binmode in the perlfunc manpage</A> and <A HREF="../../lib/open.html">the open manpage</A>.</P>
  674. <P>
  675. <H2><A NAME="t filetest recognizes utf8 encoded files as text"><CODE>-T</CODE> filetest recognizes UTF-8 encoded files as ``text''</A></H2>
  676. <P>The algorithm used for the <CODE>-T</CODE> filetest has been enhanced to
  677. correctly identify UTF-8 content as ``text''.</P>
  678. <P>
  679. <H2><A NAME="system(), backticks and pipe open now reflect exec() failure">system(), backticks and pipe open now reflect <A HREF="../../lib/Pod/perlfunc.html#item_exec"><CODE>exec()</CODE></A> failure</A></H2>
  680. <P>On Unix and similar platforms, system(), <A HREF="../../lib/Pod/perlfunc.html#item_qx"><CODE>qx()</CODE></A> and open(FOO, ``cmd |'')
  681. etc., are implemented via <A HREF="../../lib/Pod/perlfunc.html#item_fork"><CODE>fork()</CODE></A> and exec().  When the underlying
  682. <A HREF="../../lib/Pod/perlfunc.html#item_exec"><CODE>exec()</CODE></A> fails, earlier versions did not report the error properly,
  683. since the <A HREF="../../lib/Pod/perlfunc.html#item_exec"><CODE>exec()</CODE></A> happened to be in a different process.</P>
  684. <P>The child process now communicates with the parent about the
  685. error in launching the external command, which allows these
  686. constructs to return with their usual error value and set $!.</P>
  687. <P>
  688. <H2><A NAME="improved diagnostics">Improved diagnostics</A></H2>
  689. <P>Line numbers are no longer suppressed (under most likely circumstances)
  690. during the global destruction phase.</P>
  691. <P>Diagnostics emitted from code running in threads other than the main
  692. thread are now accompanied by the thread ID.</P>
  693. <P>Embedded null characters in diagnostics now actually show up.  They
  694. used to truncate the message in prior versions.</P>
  695. <P>$foo::a and $foo::b are now exempt from ``possible typo'' warnings only
  696. if <A HREF="../../lib/Pod/perlfunc.html#item_sort"><CODE>sort()</CODE></A> is encountered in package <CODE>foo</CODE>.</P>
  697. <P>Unrecognized alphabetic escapes encountered when parsing quote
  698. constructs now generate a warning, since they may take on new
  699. semantics in later versions of Perl.</P>
  700. <P>Many diagnostics now report the internal operation in which the warning
  701. was provoked, like so:</P>
  702. <PRE>
  703.     Use of uninitialized value in concatenation (.) at (eval 1) line 1.
  704.     Use of uninitialized value in print at (eval 1) line 1.</PRE>
  705. <P>Diagnostics  that occur within eval may also report the file and line
  706. number where the eval is located, in addition to the eval sequence
  707. number and the line number within the evaluated text itself.  For
  708. example:</P>
  709. <PRE>
  710.     Not enough arguments for scalar at (eval 4)[newlib/perl5db.pl:1411] line 2, at EOF</PRE>
  711. <P>
  712. <H2><A NAME="diagnostics follow stderr">Diagnostics follow STDERR</A></H2>
  713. <P>Diagnostic output now goes to whichever file the <CODE>STDERR</CODE> handle
  714. is pointing at, instead of always going to the underlying C runtime
  715. library's <CODE>stderr</CODE>.</P>
  716. <DL>
  717. <DT><STRONG><A NAME="item_More_consistent_close%2Don%2Dexec_behavior">More consistent close-on-exec behavior</A></STRONG><BR>
  718. <DD>
  719. On systems that support a close-on-exec flag on filehandles, the
  720. flag is now set for any handles created by pipe(), socketpair(),
  721. socket(), and accept(), if that is warranted by the value of $^F
  722. that may be in effect.  Earlier versions neglected to set the flag
  723. for handles created with these operators.  See <A HREF="../../lib/Pod/perlfunc.html#pipe">pipe in the perlfunc manpage</A>,
  724. <A HREF="../../lib/Pod/perlfunc.html#socketpair">socketpair in the perlfunc manpage</A>, <A HREF="../../lib/Pod/perlfunc.html#socket">socket in the perlfunc manpage</A>, <A HREF="../../lib/Pod/perlfunc.html#accept">accept in the perlfunc manpage</A>,
  725. and <A HREF="../../lib/Pod/perlvar.html#$^f">$^F in the perlvar manpage</A>.
  726. <P></P></DL>
  727. <P>
  728. <H2><A NAME="syswrite() easeofuse"><A HREF="../../lib/Pod/perlfunc.html#item_syswrite"><CODE>syswrite()</CODE></A> ease-of-use</A></H2>
  729. <P>The length argument of <A HREF="../../lib/Pod/perlfunc.html#item_syswrite"><CODE>syswrite()</CODE></A> has become optional.</P>
  730. <P>
  731. <H2><A NAME="better syntax checks on parenthesized unary operators">Better syntax checks on parenthesized unary operators</A></H2>
  732. <P>Expressions such as:</P>
  733. <PRE>
  734.     print defined(&foo,&bar,&baz);
  735.     print uc("foo","bar","baz");
  736.     undef($foo,&bar);</PRE>
  737. <P>used to be accidentally allowed in earlier versions, and produced
  738. unpredictable behaviour.  Some produced ancillary warnings
  739. when used in this way; others silently did the wrong thing.</P>
  740. <P>The parenthesized forms of most unary operators that expect a single
  741. argument now ensure that they are not called with more than one
  742. argument, making the cases shown above syntax errors.  The usual
  743. behaviour of:</P>
  744. <PRE>
  745.     print defined &foo, &bar, &baz;
  746.     print uc "foo", "bar", "baz";
  747.     undef $foo, &bar;</PRE>
  748. <P>remains unchanged.  See <A HREF="../../lib/Pod/perlop.html">the perlop manpage</A>.</P>
  749. <P>
  750. <H2><A NAME="bit operators support full native integer width">Bit operators support full native integer width</A></H2>
  751. <P>The bit operators (& | ^ ~ << >>) now operate on the full native
  752. integral width (the exact size of which is available in $Config{ivsize}).
  753. For example, if your platform is either natively 64-bit or if Perl
  754. has been configured to use 64-bit integers, these operations apply
  755. to 8 bytes (as opposed to 4 bytes on 32-bit platforms).
  756. For portability, be sure to mask off the excess bits in the result of
  757. unary <CODE>~</CODE>, e.g., <CODE>~$x & 0xffffffff</CODE>.</P>
  758. <P>
  759. <H2><A NAME="improved security features">Improved security features</A></H2>
  760. <P>More potentially unsafe operations taint their results for improved
  761. security.</P>
  762. <P>The <CODE>passwd</CODE> and <CODE>shell</CODE> fields returned by the getpwent(), getpwnam(),
  763. and <A HREF="../../lib/Pod/perlfunc.html#item_getpwuid"><CODE>getpwuid()</CODE></A> are now tainted, because the user can affect their own
  764. encrypted password and login shell.</P>
  765. <P>The variable modified by shmread(), and messages returned by <A HREF="../../lib/Pod/perlfunc.html#item_msgrcv"><CODE>msgrcv()</CODE></A>
  766. (and its object-oriented interface IPC::SysV::Msg::rcv) are also tainted,
  767. because other untrusted processes can modify messages and shared memory
  768. segments for their own nefarious purposes.</P>
  769. <DL>
  770. <DT><STRONG><A NAME="item_prototype">More functional bareword prototype (*)</A></STRONG><BR>
  771. <DD>
  772. Bareword prototypes have been rationalized to enable them to be used
  773. to override builtins that accept barewords and interpret them in
  774. a special way, such as <A HREF="../../lib/Pod/perlfunc.html#item_require"><CODE>require</CODE></A> or <A HREF="../../lib/Pod/perlfunc.html#item_do"><CODE>do</CODE></A>.
  775. <P>Arguments prototyped as <CODE>*</CODE> will now be visible within the subroutine
  776. as either a simple scalar or as a reference to a typeglob.
  777. See <A HREF="../../lib/Pod/perlsub.html#prototypes">Prototypes in the perlsub manpage</A>.</P>
  778. <P></P></DL>
  779. <P>
  780. <H2><A NAME="require and do may be overridden"><A HREF="../../lib/Pod/perlfunc.html#item_require"><CODE>require</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_do"><CODE>do</CODE></A> may be overridden</A></H2>
  781. <P><A HREF="../../lib/Pod/perlfunc.html#item_require"><CODE>require</CODE></A> and <CODE>do 'file'</CODE> operations may be overridden locally
  782. by importing subroutines of the same name into the current package 
  783. (or globally by importing them into the CORE::GLOBAL:: namespace).
  784. Overriding <A HREF="../../lib/Pod/perlfunc.html#item_require"><CODE>require</CODE></A> will also affect <A HREF="../../lib/Pod/perlfunc.html#item_use"><CODE>use</CODE></A>, provided the override
  785. is visible at compile-time.
  786. See <A HREF="../../lib/Pod/perlsub.html#overriding builtin functions">Overriding Built-in Functions in the perlsub manpage</A>.</P>
  787. <P>
  788. <H2><A NAME="$^x variables may now have names longer than one character">$^X variables may now have names longer than one character</A></H2>
  789. <P>Formerly, $^X was synonymous with ${``\cX''}, but $^XY was a syntax
  790. error.  Now variable names that begin with a control character may be
  791. arbitrarily long.  However, for compatibility reasons, these variables
  792. <EM>must</EM> be written with explicit braces, as <CODE>${^XY}</CODE> for example.
  793. <CODE>${^XYZ}</CODE> is synonymous with ${``\cXYZ''}.  Variable names with more
  794. than one control character, such as <CODE>${^XY^Z}</CODE>, are illegal.</P>
  795. <P>The old syntax has not changed.  As before, `^X' may be either a
  796. literal control-X character or the two-character sequence `caret' plus
  797. `X'.  When braces are omitted, the variable name stops after the
  798. control character.  Thus <CODE>"$^XYZ"</CODE> continues to be synonymous with
  799. <CODE>$^X . "YZ"</CODE> as before.</P>
  800. <P>As before, lexical variables may not have names beginning with control
  801. characters.  As before, variables whose names begin with a control
  802. character are always forced to be in package `main'.  All such variables
  803. are reserved for future extensions, except those that begin with
  804. <CODE>^_</CODE>, which may be used by user programs and are guaranteed not to
  805. acquire special meaning in any future version of Perl.</P>
  806. <P>
  807. <H2><A NAME="new variable $^c reflects c switch">New variable $^C reflects <CODE>-c</CODE> switch</A></H2>
  808. <P><CODE>$^C</CODE> has a boolean value that reflects whether perl is being run
  809. in compile-only mode (i.e. via the <CODE>-c</CODE> switch).  Since
  810. BEGIN blocks are executed under such conditions, this variable
  811. enables perl code to determine whether actions that make sense
  812. only during normal running are warranted.  See <A HREF="../../lib/Pod/perlvar.html">the perlvar manpage</A>.</P>
  813. <P>
  814. <H2><A NAME="new variable $^v contains perl version as a string">New variable $^V contains Perl version as a string</A></H2>
  815. <P><CODE>$^V</CODE> contains the Perl version number as a string composed of
  816. characters whose ordinals match the version numbers, i.e. v5.6.0.
  817. This may be used in string comparisons.</P>
  818. <P>See <CODE>Support for strings represented as a vector of ordinals</CODE> for an
  819. example.</P>
  820. <P>
  821. <H2><A NAME="optional y2k warnings">Optional Y2K warnings</A></H2>
  822. <P>If Perl is built with the cpp macro <CODE>PERL_Y2KWARN</CODE> defined,
  823. it emits optional warnings when concatenating the number 19
  824. with another number.</P>
  825. <P>This behavior must be specifically enabled when running Configure.
  826. See <EM>INSTALL</EM> and <EM>README.Y2K</EM>.</P>
  827. <P>
  828. <HR>
  829. <H1><A NAME="modules and pragmata">Modules and Pragmata</A></H1>
  830. <P>
  831. <H2><A NAME="modules">Modules</A></H2>
  832. <DL>
  833. <DT><STRONG><A NAME="item_attributes">attributes</A></STRONG><BR>
  834. <DD>
  835. While used internally by Perl as a pragma, this module also
  836. provides a way to fetch subroutine and variable attributes.
  837. See <A HREF="../../lib/attributes.html">the attributes manpage</A>.
  838. <P></P>
  839. <DT><STRONG><A NAME="item_B">B</A></STRONG><BR>
  840. <DD>
  841. The Perl Compiler suite has been extensively reworked for this
  842. release.  More of the standard Perl testsuite passes when run
  843. under the Compiler, but there is still a significant way to
  844. go to achieve production quality compiled executables.
  845. <PRE>
  846.     NOTE: The Compiler suite remains highly experimental.  The
  847.     generated code may not be correct, even it manages to execute
  848.     without errors.</PRE>
  849. <P></P>
  850. <DT><STRONG><A NAME="item_Benchmark">Benchmark</A></STRONG><BR>
  851. <DD>
  852. Overall, Benchmark results exhibit lower average error and better timing
  853. accuracy.
  854. <P>You can now run tests for <EM>n</EM> seconds instead of guessing the right
  855. number of tests to run: e.g., timethese(-5, ...) will run each 
  856. code for at least 5 CPU seconds.  Zero as the ``number of repetitions''
  857. means ``for at least 3 CPU seconds''.  The output format has also
  858. changed.  For example:</P>
  859. <PRE>
  860.    use Benchmark;$x=3;timethese(-5,{a=>sub{$x*$x},b=>sub{$x**2}})</PRE>
  861. <P>will now output something like this:</P>
  862. <PRE>
  863.    Benchmark: running a, b, each for at least 5 CPU seconds...
  864.             a:  5 wallclock secs ( 5.77 usr +  0.00 sys =  5.77 CPU) @ 200551.91/s (n=1156516)
  865.             b:  4 wallclock secs ( 5.00 usr +  0.02 sys =  5.02 CPU) @ 159605.18/s (n=800686)</PRE>
  866. <P>New features: ``each for at least N CPU seconds...'', ``wallclock secs'',
  867. and the ``@ operations/CPU second (n=operations)''.</P>
  868. <P><CODE>timethese()</CODE> now returns a reference to a hash of Benchmark objects containing
  869. the test results, keyed on the names of the tests.</P>
  870. <P><CODE>timethis()</CODE> now returns the iterations field in the Benchmark result object
  871. instead of 0.</P>
  872. <P>timethese(), timethis(), and the new <CODE>cmpthese()</CODE> (see below) can also take
  873. a format specifier of 'none' to suppress output.</P>
  874. <P>A new function <CODE>countit()</CODE> is just like <CODE>timeit()</CODE> except that it takes a
  875. TIME instead of a COUNT.</P>
  876. <P>A new function <CODE>cmpthese()</CODE> prints a chart comparing the results of each test
  877. returned from a <CODE>timethese()</CODE> call.  For each possible pair of tests, the
  878. percentage speed difference (iters/sec or seconds/iter) is shown.</P>
  879. <P>For other details, see <A HREF="../../lib/Benchmark.html">the Benchmark manpage</A>.</P>
  880. <P></P>
  881. <DT><STRONG><A NAME="item_ByteLoader">ByteLoader</A></STRONG><BR>
  882. <DD>
  883. The ByteLoader is a dedicated extension to generate and run
  884. Perl bytecode.  See <A HREF="../../lib/ByteLoader.html">the ByteLoader manpage</A>.
  885. <P></P>
  886. <DT><STRONG><A NAME="item_constant">constant</A></STRONG><BR>
  887. <DD>
  888. References can now be used.
  889. <P>The new version also allows a leading underscore in constant names, but
  890. disallows a double leading underscore (as in ``__LINE__'').  Some other names
  891. are disallowed or warned against, including BEGIN, END, etc.  Some names
  892. which were forced into main:: used to fail silently in some cases; now they're
  893. fatal (outside of main::) and an optional warning (inside of main::).
  894. The ability to detect whether a constant had been set with a given name has
  895. been added.</P>
  896. <P>See <A HREF="../../lib/constant.html">the constant manpage</A>.</P>
  897. <P></P>
  898. <DT><STRONG><A NAME="item_charnames">charnames</A></STRONG><BR>
  899. <DD>
  900. This pragma implements the <CODE>\N</CODE> string escape.  See <A HREF="../../lib/charnames.html">the charnames manpage</A>.
  901. <P></P>
  902. <DT><STRONG><A NAME="item_Data%3A%3ADumper">Data::Dumper</A></STRONG><BR>
  903. <DD>
  904. A <CODE>Maxdepth</CODE> setting can be specified to avoid venturing
  905. too deeply into deep data structures.  See <A HREF="../../lib/Data/Dumper.html">the Data::Dumper manpage</A>.
  906. <P>The XSUB implementation of <CODE>Dump()</CODE> is now automatically called if the
  907. <CODE>Useqq</CODE> setting is not in use.</P>
  908. <P>Dumping <CODE>qr//</CODE> objects works correctly.</P>
  909. <P></P>
  910. <DT><STRONG><A NAME="item_DB">DB</A></STRONG><BR>
  911. <DD>
  912. <A HREF="#item_DB"><CODE>DB</CODE></A> is an experimental module that exposes a clean abstraction
  913. to Perl's debugging API.
  914. <P></P>
  915. <DT><STRONG><A NAME="item_DB_File">DB_File</A></STRONG><BR>
  916. <DD>
  917. DB_File can now be built with Berkeley DB versions 1, 2 or 3.
  918. See <CODE>ext/DB_File/Changes</CODE>.
  919. <P></P>
  920. <DT><STRONG><A NAME="item_Devel%3A%3ADProf">Devel::DProf</A></STRONG><BR>
  921. <DD>
  922. Devel::DProf, a Perl source code profiler has been added.  See
  923. <A HREF="../../lib/Devel/DProf.html">the Devel::DProf manpage</A> and <A HREF="#dprofpp">the dprofpp manpage</A>.
  924. <P></P>
  925. <DT><STRONG><A NAME="item_Devel%3A%3APeek">Devel::Peek</A></STRONG><BR>
  926. <DD>
  927. The Devel::Peek module provides access to the internal representation
  928. of Perl variables and data.  It is a data debugging tool for the XS programmer.
  929. <P></P>
  930. <DT><STRONG><A NAME="item_Dumpvalue">Dumpvalue</A></STRONG><BR>
  931. <DD>
  932. The Dumpvalue module provides screen dumps of Perl data.
  933. <P></P>
  934. <DT><STRONG><A NAME="item_DynaLoader">DynaLoader</A></STRONG><BR>
  935. <DD>
  936. DynaLoader now supports a <CODE>dl_unload_file()</CODE> function on platforms that
  937. support unloading shared objects using dlclose().
  938. <P>Perl can also optionally arrange to unload all extension shared objects
  939. loaded by Perl.  To enable this, build Perl with the Configure option
  940. <CODE>-Accflags=-DDL_UNLOAD_ALL_AT_EXIT</CODE>.  (This maybe useful if you are
  941. using Apache with mod_perl.)</P>
  942. <P></P>
  943. <DT><STRONG><A NAME="item_English">English</A></STRONG><BR>
  944. <DD>
  945. $PERL_VERSION now stands for <CODE>$^V</CODE> (a string value) rather than for <CODE>$]</CODE>
  946. (a numeric value).
  947. <P></P>
  948. <DT><STRONG><A NAME="item_Env">Env</A></STRONG><BR>
  949. <DD>
  950. Env now supports accessing environment variables like PATH as array
  951. variables.
  952. <P></P>
  953. <DT><STRONG><A NAME="item_Fcntl">Fcntl</A></STRONG><BR>
  954. <DD>
  955. More Fcntl constants added: F_SETLK64, F_SETLKW64, O_LARGEFILE for
  956. large file (more than 4GB) access (NOTE: the O_LARGEFILE is
  957. automatically added to <A HREF="../../lib/Pod/perlfunc.html#item_sysopen"><CODE>sysopen()</CODE></A> flags if large file support has been
  958. configured, as is the default), Free/Net/OpenBSD locking behaviour
  959. flags F_FLOCK, F_POSIX, Linux F_SHLCK, and O_ACCMODE: the combined
  960. mask of O_RDONLY, O_WRONLY, and O_RDWR.  The <A HREF="../../lib/Pod/perlfunc.html#item_seek"><CODE>seek()/sysseek()</CODE></A>
  961. constants SEEK_SET, SEEK_CUR, and SEEK_END are available via the
  962. <CODE>:seek</CODE> tag.  The <A HREF="../../lib/Pod/perlfunc.html#item_chmod"><CODE>chmod()/stat()</CODE></A> S_IF* constants and S_IS* functions
  963. are available via the <CODE>:mode</CODE> tag.
  964. <P></P>
  965. <DT><STRONG><A NAME="item_File%3A%3ACompare">File::Compare</A></STRONG><BR>
  966. <DD>
  967. A <CODE>compare_text()</CODE> function has been added, which allows custom
  968. comparison functions.  See <A HREF="../../lib/File/Compare.html">the File::Compare manpage</A>.
  969. <P></P>
  970. <DT><STRONG><A NAME="item_File%3A%3AFind">File::Find</A></STRONG><BR>
  971. <DD>
  972. File::Find now works correctly when the <CODE>wanted()</CODE> function is either
  973. autoloaded or is a symbolic reference.
  974. <P>A bug that caused File::Find to lose track of the working directory
  975. when pruning top-level directories has been fixed.</P>
  976. <P>File::Find now also supports several other options to control its
  977. behavior.  It can follow symbolic links if the <CODE>follow</CODE> option is
  978. specified.  Enabling the <CODE>no_chdir</CODE> option will make File::Find skip
  979. changing the current directory when walking directories.  The <CODE>untaint</CODE>
  980. flag can be useful when running with taint checks enabled.</P>
  981. <P>See <A HREF="../../lib/File/Find.html">the File::Find manpage</A>.</P>
  982. <P></P>
  983. <DT><STRONG><A NAME="item_File%3A%3AGlob">File::Glob</A></STRONG><BR>
  984. <DD>
  985. This extension implements BSD-style file globbing.  By default,
  986. it will also be used for the internal implementation of the <A HREF="../../lib/Pod/perlfunc.html#item_glob"><CODE>glob()</CODE></A>
  987. operator.  See <A HREF="../../lib/File/Glob.html">the File::Glob manpage</A>.
  988. <P></P>
  989. <DT><STRONG><A NAME="item_File%3A%3ASpec">File::Spec</A></STRONG><BR>
  990. <DD>
  991. New methods have been added to the File::Spec module: <CODE>devnull()</CODE> returns
  992. the name of the null device (/dev/null on Unix) and <CODE>tmpdir()</CODE> the name of
  993. the temp directory (normally /tmp on Unix).  There are now also methods
  994. to convert between absolute and relative filenames: <CODE>abs2rel()</CODE> and
  995. rel2abs().  For compatibility with operating systems that specify volume
  996. names in file paths, the splitpath(), splitdir(), and <CODE>catdir()</CODE> methods
  997. have been added.
  998. <P></P>
  999. <DT><STRONG><A NAME="item_File%3A%3ASpec%3A%3AFunctions">File::Spec::Functions</A></STRONG><BR>
  1000. <DD>
  1001. The new File::Spec::Functions modules provides a function interface
  1002. to the File::Spec module.  Allows shorthand
  1003. <PRE>
  1004.     $fullname = catfile($dir1, $dir2, $file);</PRE>
  1005. <P>instead of</P>
  1006. <PRE>
  1007.     $fullname = File::Spec->catfile($dir1, $dir2, $file);</PRE>
  1008. <P></P>
  1009. <DT><STRONG><A NAME="item_Getopt%3A%3ALong">Getopt::Long</A></STRONG><BR>
  1010. <DD>
  1011. Getopt::Long licensing has changed to allow the Perl Artistic License
  1012. as well as the GPL. It used to be GPL only, which got in the way of
  1013. non-GPL applications that wanted to use Getopt::Long.
  1014. <P>Getopt::Long encourages the use of Pod::Usage to produce help
  1015. messages. For example:</P>
  1016. <PRE>
  1017.     use Getopt::Long;
  1018.     use Pod::Usage;
  1019.     my $man = 0;
  1020.     my $help = 0;
  1021.     GetOptions('help|?' => \$help, man => \$man) or pod2usage(2);
  1022.     pod2usage(1) if $help;
  1023.     pod2usage(-exitstatus => 0, -verbose => 2) if $man;</PRE>
  1024. <PRE>
  1025.     __END__</PRE>
  1026. <PRE>
  1027.     =head1 NAME</PRE>
  1028. <PRE>
  1029.     sample - Using GetOpt::Long and Pod::Usage</PRE>
  1030. <PRE>
  1031.     =head1 SYNOPSIS</PRE>
  1032. <PRE>
  1033.     sample [options] [file ...]</PRE>
  1034. <PRE>
  1035.      Options:
  1036.        -help            brief help message
  1037.        -man             full documentation</PRE>
  1038. <PRE>
  1039.     =head1 OPTIONS</PRE>
  1040. <PRE>
  1041.     =over 8</PRE>
  1042. <PRE>
  1043.     =item B<-help></PRE>
  1044. <PRE>
  1045.     Print a brief help message and exits.</PRE>
  1046. <PRE>
  1047.     =item B<-man></PRE>
  1048. <PRE>
  1049.     Prints the manual page and exits.</PRE>
  1050. <PRE>
  1051.     =back</PRE>
  1052. <PRE>
  1053.     =head1 DESCRIPTION</PRE>
  1054. <PRE>
  1055.     B<This program> will read the given input file(s) and do someting
  1056.     useful with the contents thereof.</PRE>
  1057. <PRE>
  1058.     =cut</PRE>
  1059. <P>See <A HREF="../../lib/Pod/Usage.html">the Pod::Usage manpage</A> for details.</P>
  1060. <P>A bug that prevented the non-option call-back <> from being
  1061. specified as the first argument has been fixed.</P>
  1062. <P>To specify the characters < and > as option starters, use ><. Note,
  1063. however, that changing option starters is strongly deprecated.</P>
  1064. <P></P>
  1065. <DT><STRONG><A NAME="item_IO">IO</A></STRONG><BR>
  1066. <DD>
  1067. <A HREF="../../lib/Pod/perlfunc.html#item_write"><CODE>write()</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_syswrite"><CODE>syswrite()</CODE></A> will now accept a single-argument
  1068. form of the call, for consistency with Perl's syswrite().
  1069. <P>You can now create a TCP-based IO::Socket::INET without forcing
  1070. a connect attempt.  This allows you to configure its options
  1071. (like making it non-blocking) and then call <A HREF="../../lib/Pod/perlfunc.html#item_connect"><CODE>connect()</CODE></A> manually.</P>
  1072. <P>A bug that prevented the IO::Socket::protocol() accessor
  1073. from ever returning the correct value has been corrected.</P>
  1074. <P>IO::Socket::connect now uses non-blocking IO instead of <A HREF="../../lib/Pod/perlfunc.html#item_alarm"><CODE>alarm()</CODE></A>
  1075. to do connect timeouts.</P>
  1076. <P>IO::Socket::accept now uses <A HREF="../../lib/Pod/perlfunc.html#item_select"><CODE>select()</CODE></A> instead of <A HREF="../../lib/Pod/perlfunc.html#item_alarm"><CODE>alarm()</CODE></A> for doing
  1077. timeouts.</P>
  1078. <P>IO::Socket::INET->new now sets $! correctly on failure. $@ is
  1079. still set for backwards compatability.</P>
  1080. <P></P>
  1081. <DT><STRONG><A NAME="item_JPL">JPL</A></STRONG><BR>
  1082. <DD>
  1083. Java Perl Lingo is now distributed with Perl.  See jpl/README
  1084. for more information.
  1085. <P></P>
  1086. <DT><STRONG><A NAME="item_lib">lib</A></STRONG><BR>
  1087. <DD>
  1088. <CODE>use lib</CODE> now weeds out any trailing duplicate entries.
  1089. <CODE>no lib</CODE> removes all named entries.
  1090. <P></P>
  1091. <DT><STRONG><A NAME="item_Math%3A%3ABigInt">Math::BigInt</A></STRONG><BR>
  1092. <DD>
  1093. The bitwise operations <CODE><<</CODE>, <CODE>>></CODE>, <CODE>&</CODE>, <CODE>|</CODE>,
  1094. and <CODE>~</CODE> are now supported on bigints.
  1095. <P></P>
  1096. <DT><STRONG><A NAME="item_Math%3A%3AComplex">Math::Complex</A></STRONG><BR>
  1097. <DD>
  1098. The accessor methods Re, Im, arg, abs, rho, and theta can now also
  1099. act as mutators (accessor $z->Re(), mutator $z->Re(3)).
  1100. <P>The class method <CODE>display_format</CODE> and the corresponding object method
  1101. <CODE>display_format</CODE>, in addition to accepting just one argument, now can
  1102. also accept a parameter hash.  Recognized keys of a parameter hash are
  1103. <CODE>"style"</CODE>, which corresponds to the old one parameter case, and two
  1104. new parameters: <CODE>"format"</CODE>, which is a printf()-style format string
  1105. (defaults usually to <CODE>"%.15g"</CODE>, you can revert to the default by
  1106. setting the format string to <A HREF="../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A>) used for both parts of a
  1107. complex number, and <CODE>"polar_pretty_print"</CODE> (defaults to true),
  1108. which controls whether an attempt is made to try to recognize small
  1109. multiples and rationals of pi (2pi, pi/2) at the argument (angle) of a
  1110. polar complex number.</P>
  1111. <P>The potentially disruptive change is that in list context both methods
  1112. now <EM>return the parameter hash</EM>, instead of only the value of the
  1113. <CODE>"style"</CODE> parameter.</P>
  1114. <P></P>
  1115. <DT><STRONG><A NAME="item_Math%3A%3ATrig">Math::Trig</A></STRONG><BR>
  1116. <DD>
  1117. A little bit of radial trigonometry (cylindrical and spherical),
  1118. radial coordinate conversions, and the great circle distance were added.
  1119. <P></P>
  1120. <DT><STRONG><A NAME="item_Pod%3A%3AParser%2C_Pod%3A%3AInputObjects">Pod::Parser, Pod::InputObjects</A></STRONG><BR>
  1121. <DD>
  1122. Pod::Parser is a base class for parsing and selecting sections of
  1123. pod documentation from an input stream.  This module takes care of
  1124. identifying pod paragraphs and commands in the input and hands off the
  1125. parsed paragraphs and commands to user-defined methods which are free
  1126. to interpret or translate them as they see fit.
  1127. <P>Pod::InputObjects defines some input objects needed by Pod::Parser, and
  1128. for advanced users of Pod::Parser that need more about a command besides
  1129. its name and text.</P>
  1130. <P>As of release 5.6.0 of Perl, Pod::Parser is now the officially sanctioned
  1131. ``base parser code'' recommended for use by all pod2xxx translators.
  1132. Pod::Text (pod2text) and Pod::Man (pod2man) have already been converted
  1133. to use Pod::Parser and efforts to convert Pod::HTML (pod2html) are already
  1134. underway.  For any questions or comments about pod parsing and translating
  1135. issues and utilities, please use the <A HREF="mailto:pod-people@perl.org">pod-people@perl.org</A> mailing list.</P>
  1136. <P>For further information, please see <A HREF="../../lib/Pod/Parser.html">the Pod::Parser manpage</A> and <A HREF="../../lib/Pod/InputObjects.html">the Pod::InputObjects manpage</A>.</P>
  1137. <P></P>
  1138. <DT><STRONG><A NAME="item_Pod%3A%3AChecker%2C_podchecker">Pod::Checker, podchecker</A></STRONG><BR>
  1139. <DD>
  1140. This utility checks pod files for correct syntax, according to
  1141. <A HREF="../../lib/Pod/perlpod.html">the perlpod manpage</A>.  Obvious errors are flagged as such, while warnings are
  1142. printed for mistakes that can be handled gracefully.  The checklist is
  1143. not complete yet.  See <A HREF="../../lib/Pod/Checker.html">the Pod::Checker manpage</A>.
  1144. <P></P>
  1145. <DT><STRONG><A NAME="item_Pod%3A%3AParseUtils%2C_Pod%3A%3AFind">Pod::ParseUtils, Pod::Find</A></STRONG><BR>
  1146. <DD>
  1147. These modules provide a set of gizmos that are useful mainly for pod
  1148. translators.  <A HREF="../../lib/Pod/Find.html">Pod::Find</A> traverses directory structures and
  1149. returns found pod files, along with their canonical names (like
  1150. <CODE>File::Spec::Unix</CODE>).  <A HREF="../../lib/Pod/ParseUtils.html">Pod::ParseUtils</A> contains
  1151. <STRONG>Pod::List</STRONG> (useful for storing pod list information), <STRONG>Pod::Hyperlink</STRONG>
  1152. (for parsing the contents of <CODE>L<></CODE> sequences) and <STRONG>Pod::Cache</STRONG>
  1153. (for caching information about pod files, e.g., link nodes).
  1154. <P></P>
  1155. <DT><STRONG><A NAME="item_Pod%3A%3ASelect%2C_podselect">Pod::Select, podselect</A></STRONG><BR>
  1156. <DD>
  1157. Pod::Select is a subclass of Pod::Parser which provides a function
  1158. named ``podselect()'' to filter out user-specified sections of raw pod
  1159. documentation from an input stream. podselect is a script that provides
  1160. access to Pod::Select from other scripts to be used as a filter.
  1161. See <A HREF="../../lib/Pod/Select.html">the Pod::Select manpage</A>.
  1162. <P></P>
  1163. <DT><STRONG><A NAME="item_Pod%3A%3AUsage%2C_pod2usage">Pod::Usage, pod2usage</A></STRONG><BR>
  1164. <DD>
  1165. Pod::Usage provides the function ``pod2usage()'' to print usage messages for
  1166. a Perl script based on its embedded pod documentation.  The <CODE>pod2usage()</CODE>
  1167. function is generally useful to all script authors since it lets them
  1168. write and maintain a single source (the pods) for documentation, thus
  1169. removing the need to create and maintain redundant usage message text
  1170. consisting of information already in the pods.
  1171. <P>There is also a pod2usage script which can be used from other kinds of
  1172. scripts to print usage messages from pods (even for non-Perl scripts
  1173. with pods embedded in comments).</P>
  1174. <P>For details and examples, please see <A HREF="../../lib/Pod/Usage.html">the Pod::Usage manpage</A>.</P>
  1175. <P></P>
  1176. <DT><STRONG><A NAME="item_Pod%3A%3AText_and_Pod%3A%3AMan">Pod::Text and Pod::Man</A></STRONG><BR>
  1177. <DD>
  1178. Pod::Text has been rewritten to use Pod::Parser.  While <CODE>pod2text()</CODE> is
  1179. still available for backwards compatibility, the module now has a new
  1180. preferred interface.  See <A HREF="../../lib/Pod/Text.html">the Pod::Text manpage</A> for the details.  The new Pod::Text
  1181. module is easily subclassed for tweaks to the output, and two such
  1182. subclasses (Pod::Text::Termcap for man-page-style bold and underlining
  1183. using termcap information, and Pod::Text::Color for markup with ANSI color
  1184. sequences) are now standard.
  1185. <P>pod2man has been turned into a module, Pod::Man, which also uses
  1186. Pod::Parser.  In the process, several outstanding bugs related to quotes
  1187. in section headers, quoting of code escapes, and nested lists have been
  1188. fixed.  pod2man is now a wrapper script around this module.</P>
  1189. <P></P>
  1190. <DT><STRONG><A NAME="item_SDBM_File">SDBM_File</A></STRONG><BR>
  1191. <DD>
  1192. An EXISTS method has been added to this module (and <CODE>sdbm_exists()</CODE> has
  1193. been added to the underlying sdbm library), so one can now call exists
  1194. on an SDBM_File tied hash and get the correct result, rather than a
  1195. runtime error.
  1196. <P>A bug that may have caused data loss when more than one disk block
  1197. happens to be read from the database in a single <CODE>FETCH()</CODE> has been
  1198. fixed.</P>
  1199. <P></P>
  1200. <DT><STRONG><A NAME="item_Sys%3A%3ASyslog">Sys::Syslog</A></STRONG><BR>
  1201. <DD>
  1202. Sys::Syslog now uses XSUBs to access facilities from syslog.h so it
  1203. no longer requires syslog.ph to exist.
  1204. <P></P>
  1205. <DT><STRONG><A NAME="item_Sys%3A%3AHostname">Sys::Hostname</A></STRONG><BR>
  1206. <DD>
  1207. Sys::Hostname now uses XSUBs to call the C library's <CODE>gethostname()</CODE> or
  1208. <CODE>uname()</CODE> if they exist.
  1209. <P></P>
  1210. <DT><STRONG><A NAME="item_Term%3A%3AANSIColor">Term::ANSIColor</A></STRONG><BR>
  1211. <DD>
  1212. Term::ANSIColor is a very simple module to provide easy and readable
  1213. access to the ANSI color and highlighting escape sequences, supported by
  1214. most ANSI terminal emulators.  It is now included standard.
  1215. <P></P>
  1216. <DT><STRONG><A NAME="item_Time%3A%3ALocal">Time::Local</A></STRONG><BR>
  1217. <DD>
  1218. The <CODE>timelocal()</CODE> and <CODE>timegm()</CODE> functions used to silently return bogus
  1219. results when the date fell outside the machine's integer range.  They
  1220. now consistently <CODE>croak()</CODE> if the date falls in an unsupported range.
  1221. <P></P>
  1222. <DT><STRONG><A NAME="item_Win32">Win32</A></STRONG><BR>
  1223. <DD>
  1224. The error return value in list context has been changed for all functions
  1225. that return a list of values.  Previously these functions returned a list
  1226. with a single element <A HREF="../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A> if an error occurred.  Now these functions
  1227. return the empty list in these situations.  This applies to the following
  1228. functions:
  1229. <PRE>
  1230.     Win32::FsType
  1231.     Win32::GetOSVersion</PRE>
  1232. <P>The remaining functions are unchanged and continue to return <A HREF="../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A> on
  1233. error even in list context.</P>
  1234. <P>The Win32::SetLastError(ERROR) function has been added as a complement
  1235. to the Win32::GetLastError() function.</P>
  1236. <P>The new Win32::GetFullPathName(FILENAME) returns the full absolute
  1237. pathname for FILENAME in scalar context.  In list context it returns
  1238. a two-element list containing the fully qualified directory name and
  1239. the filename.  See <A HREF="../../lib/Pod/Win32.html">the Win32 manpage</A>.</P>
  1240. <P></P>
  1241. <DT><STRONG><A NAME="item_XSLoader">XSLoader</A></STRONG><BR>
  1242. <DD>
  1243. The XSLoader extension is a simpler alternative to DynaLoader.
  1244. See <A HREF="../../lib/XSLoader.html">the XSLoader manpage</A>.
  1245. <P></P>
  1246. <DT><STRONG><A NAME="item_DBM_Filters">DBM Filters</A></STRONG><BR>
  1247. <DD>
  1248. A new feature called ``DBM Filters'' has been added to all the
  1249. DBM modules--DB_File, GDBM_File, NDBM_File, ODBM_File, and SDBM_File.
  1250. DBM Filters add four new methods to each DBM module:
  1251. <PRE>
  1252.     filter_store_key
  1253.     filter_store_value
  1254.     filter_fetch_key
  1255.     filter_fetch_value</PRE>
  1256. <P>These can be used to filter key-value pairs before the pairs are
  1257. written to the database or just after they are read from the database.
  1258. See <A HREF="../../lib/Pod/perldbmfilter.html">the perldbmfilter manpage</A> for further information.</P>
  1259. <P></P></DL>
  1260. <P>
  1261. <H2><A NAME="pragmata">Pragmata</A></H2>
  1262. <P><CODE>use attrs</CODE> is now obsolete, and is only provided for
  1263. backward-compatibility.  It's been replaced by the <CODE>sub : attributes</CODE>
  1264. syntax.  See <A HREF="../../lib/Pod/perlsub.html#subroutine attributes">Subroutine Attributes in the perlsub manpage</A> and <A HREF="../../lib/attributes.html">the attributes manpage</A>.</P>
  1265. <P>Lexical warnings pragma, <CODE>use warnings;</CODE>, to control optional warnings.
  1266. See <A HREF="../../lib/Pod/perllexwarn.html">the perllexwarn manpage</A>.</P>
  1267. <P><CODE>use filetest</CODE> to control the behaviour of filetests (<CODE>-r</CODE> <CODE>-w</CODE>
  1268. ...).  Currently only one subpragma implemented, ``use filetest
  1269. 'access';'', that uses <CODE>access(2)</CODE> or equivalent to check permissions
  1270. instead of using <A HREF="../../lib/Pod/perlfunc.html#item_stat"><CODE>stat(2)</CODE></A> as usual.  This matters in filesystems
  1271. where there are ACLs (access control lists): the <A HREF="../../lib/Pod/perlfunc.html#item_stat"><CODE>stat(2)</CODE></A> might lie,
  1272. but <CODE>access(2)</CODE> knows better.</P>
  1273. <P>The <A HREF="#item_open"><CODE>open</CODE></A> pragma can be used to specify default disciplines for
  1274. handle constructors (e.g. <A HREF="#item_open"><CODE>open())</CODE></A> and for qx//.  The two
  1275. pseudo-disciplines <CODE>:raw</CODE> and <CODE>:crlf</CODE> are currently supported on
  1276. DOS-derivative platforms (i.e. where binmode is not a no-op).
  1277. See also <A HREF="#binmode() can be used to set :crlf and :raw modes">binmode() can be used to set :crlf and :raw modes</A>.</P>
  1278. <P>
  1279. <HR>
  1280. <H1><A NAME="utility changes">Utility Changes</A></H1>
  1281. <P>
  1282. <H2><A NAME="dprofpp">dprofpp</A></H2>
  1283. <P><CODE>dprofpp</CODE> is used to display profile data generated using <A HREF="#item_Devel%3A%3ADProf"><CODE>Devel::DProf</CODE></A>.
  1284. See <A HREF="#dprofpp">the dprofpp manpage</A>.</P>
  1285. <P>
  1286. <H2><A NAME="find2perl">find2perl</A></H2>
  1287. <P>The <CODE>find2perl</CODE> utility now uses the enhanced features of the File::Find
  1288. module.  The -depth and -follow options are supported.  Pod documentation
  1289. is also included in the script.</P>
  1290. <P>
  1291. <H2><A NAME="h2xs">h2xs</A></H2>
  1292. <P>The <CODE>h2xs</CODE> tool can now work in conjunction with <CODE>C::Scan</CODE> (available
  1293. from CPAN) to automatically parse real-life header files.  The <CODE>-M</CODE>,
  1294. <CODE>-a</CODE>, <CODE>-k</CODE>, and <CODE>-o</CODE> options are new.</P>
  1295. <P>
  1296. <H2><A NAME="perlcc">perlcc</A></H2>
  1297. <P><CODE>perlcc</CODE> now supports the C and Bytecode backends.  By default,
  1298. it generates output from the simple C backend rather than the
  1299. optimized C backend.</P>
  1300. <P>Support for non-Unix platforms has been improved.</P>
  1301. <P>
  1302. <H2><A NAME="perldoc">perldoc</A></H2>
  1303. <P><CODE>perldoc</CODE> has been reworked to avoid possible security holes.
  1304. It will not by default let itself be run as the superuser, but you
  1305. may still use the <STRONG>-U</STRONG> switch to try to make it drop privileges
  1306. first.</P>
  1307. <P>
  1308. <H2><A NAME="the perl debugger">The Perl Debugger</A></H2>
  1309. <P>Many bug fixes and enhancements were added to <EM>perl5db.pl</EM>, the
  1310. Perl debugger.  The help documentation was rearranged.  New commands
  1311. include <CODE>< ?</CODE>, <CODE>> ?</CODE>, and <CODE>{ ?</CODE> to list out current
  1312. actions, <CODE>man docpage</CODE> to run your doc viewer on some perl
  1313. docset, and support for quoted options.  The help information was
  1314. rearranged, and should be viewable once again if you're using <STRONG>less</STRONG>
  1315. as your pager.  A serious security hole was plugged--you should
  1316. immediately remove all older versions of the Perl debugger as
  1317. installed in previous releases, all the way back to perl3, from
  1318. your system to avoid being bitten by this.</P>
  1319. <P>
  1320. <HR>
  1321. <H1><A NAME="improved documentation">Improved Documentation</A></H1>
  1322. <P>Many of the platform-specific README files are now part of the perl
  1323. installation.  See <A HREF="../../lib/Pod/perl.html">the perl manpage</A> for the complete list.</P>
  1324. <DL>
  1325. <DT><STRONG><A NAME="item_perlapi%2Epod">perlapi.pod</A></STRONG><BR>
  1326. <DD>
  1327. The official list of public Perl API functions.
  1328. <P></P>
  1329. <DT><STRONG><A NAME="item_perlboot%2Epod">perlboot.pod</A></STRONG><BR>
  1330. <DD>
  1331. A tutorial for beginners on object-oriented Perl.
  1332. <P></P>
  1333. <DT><STRONG><A NAME="item_perlcompile%2Epod">perlcompile.pod</A></STRONG><BR>
  1334. <DD>
  1335. An introduction to using the Perl Compiler suite.
  1336. <P></P>
  1337. <DT><STRONG><A NAME="item_perldbmfilter%2Epod">perldbmfilter.pod</A></STRONG><BR>
  1338. <DD>
  1339. A howto document on using the DBM filter facility.
  1340. <P></P>
  1341. <DT><STRONG><A NAME="item_perldebug%2Epod">perldebug.pod</A></STRONG><BR>
  1342. <DD>
  1343. All material unrelated to running the Perl debugger, plus all
  1344. low-level guts-like details that risked crushing the casual user
  1345. of the debugger, have been relocated from the old manpage to the
  1346. next entry below.
  1347. <P></P>
  1348. <DT><STRONG><A NAME="item_perldebguts%2Epod">perldebguts.pod</A></STRONG><BR>
  1349. <DD>
  1350. This new manpage contains excessively low-level material not related
  1351. to the Perl debugger, but slightly related to debugging Perl itself.
  1352. It also contains some arcane internal details of how the debugging
  1353. process works that may only be of interest to developers of Perl
  1354. debuggers.
  1355. <P></P>
  1356. <DT><STRONG><A NAME="item_perlfork%2Epod">perlfork.pod</A></STRONG><BR>
  1357. <DD>
  1358. Notes on the <A HREF="../../lib/Pod/perlfunc.html#item_fork"><CODE>fork()</CODE></A> emulation currently available for the Windows platform.
  1359. <P></P>
  1360. <DT><STRONG><A NAME="item_perlfilter%2Epod">perlfilter.pod</A></STRONG><BR>
  1361. <DD>
  1362. An introduction to writing Perl source filters.
  1363. <P></P>
  1364. <DT><STRONG><A NAME="item_perlhack%2Epod">perlhack.pod</A></STRONG><BR>
  1365. <DD>
  1366. Some guidelines for hacking the Perl source code.
  1367. <P></P>
  1368. <DT><STRONG><A NAME="item_perlintern%2Epod">perlintern.pod</A></STRONG><BR>
  1369. <DD>
  1370. A list of internal functions in the Perl source code.
  1371. (List is currently empty.)
  1372. <P></P>
  1373. <DT><STRONG><A NAME="item_perllexwarn%2Epod">perllexwarn.pod</A></STRONG><BR>
  1374. <DD>
  1375. Introduction and reference information about lexically scoped
  1376. warning categories.
  1377. <P></P>
  1378. <DT><STRONG><A NAME="item_perlnumber%2Epod">perlnumber.pod</A></STRONG><BR>
  1379. <DD>
  1380. Detailed information about numbers as they are represented in Perl.
  1381. <P></P>
  1382. <DT><STRONG><A NAME="item_perlopentut%2Epod">perlopentut.pod</A></STRONG><BR>
  1383. <DD>
  1384. A tutorial on using <A HREF="#item_open"><CODE>open()</CODE></A> effectively.
  1385. <P></P>
  1386. <DT><STRONG><A NAME="item_perlreftut%2Epod">perlreftut.pod</A></STRONG><BR>
  1387. <DD>
  1388. A tutorial that introduces the essentials of references.
  1389. <P></P>
  1390. <DT><STRONG><A NAME="item_perltootc%2Epod">perltootc.pod</A></STRONG><BR>
  1391. <DD>
  1392. A tutorial on managing class data for object modules.
  1393. <P></P>
  1394. <DT><STRONG><A NAME="item_perltodo%2Epod">perltodo.pod</A></STRONG><BR>
  1395. <DD>
  1396. Discussion of the most often wanted features that may someday be
  1397. supported in Perl.
  1398. <P></P>
  1399. <DT><STRONG><A NAME="item_perlunicode%2Epod">perlunicode.pod</A></STRONG><BR>
  1400. <DD>
  1401. An introduction to Unicode support features in Perl.
  1402. <P></P></DL>
  1403. <P>
  1404. <HR>
  1405. <H1><A NAME="performance enhancements">Performance enhancements</A></H1>
  1406. <P>
  1407. <H2><A NAME="simple sort() using { $a <=> $b } and the like are optimized">Simple <A HREF="../../lib/Pod/perlfunc.html#item_sort"><CODE>sort()</CODE></A> using { $a <=> $b } and the like are optimized</A></H2>
  1408. <P>Many common <A HREF="../../lib/Pod/perlfunc.html#item_sort"><CODE>sort()</CODE></A> operations using a simple inlined block are now
  1409. optimized for faster performance.</P>
  1410. <P>
  1411. <H2><A NAME="optimized assignments to lexical variables">Optimized assignments to lexical variables</A></H2>
  1412. <P>Certain operations in the RHS of assignment statements have been
  1413. optimized to directly set the lexical variable on the LHS,
  1414. eliminating redundant copying overheads.</P>
  1415. <P>
  1416. <H2><A NAME="faster subroutine calls">Faster subroutine calls</A></H2>
  1417. <P>Minor changes in how subroutine calls are handled internally
  1418. provide marginal improvements in performance.</P>
  1419. <DL>
  1420. <DT><STRONG><A NAME="item_delete">delete(), each(), <A HREF="../../lib/Pod/perlfunc.html#item_values"><CODE>values()</CODE></A> and hash iteration are faster</A></STRONG><BR>
  1421. <DD>
  1422. The hash values returned by delete(), each(), <A HREF="../../lib/Pod/perlfunc.html#item_values"><CODE>values()</CODE></A> and hashes in a
  1423. list context are the actual values in the hash, instead of copies.
  1424. This results in significantly better performance, because it eliminates
  1425. needless copying in most situations.
  1426. <P></P></DL>
  1427. <P>
  1428. <HR>
  1429. <H1><A NAME="installation and configuration improvements">Installation and Configuration Improvements</A></H1>
  1430. <P>
  1431. <H2><A NAME="dusethreads means something different">-Dusethreads means something different</A></H2>
  1432. <P>The -Dusethreads flag now enables the experimental interpreter-based thread
  1433. support by default.  To get the flavor of experimental threads that was in
  1434. 5.005 instead, you need to run Configure with ``-Dusethreads -Duse5005threads''.</P>
  1435. <P>As of v5.6.0, interpreter-threads support is still lacking a way to
  1436. create new threads from Perl (i.e., <CODE>use Thread;</CODE> will not work with
  1437. interpreter threads).  <CODE>use Thread;</CODE> continues to be available when you
  1438. specify the -Duse5005threads option to Configure, bugs and all.</P>
  1439. <PRE>
  1440.     NOTE: Support for threads continues to be an experimental feature.
  1441.     Interfaces and implementation are subject to sudden and drastic changes.</PRE>
  1442. <P>
  1443. <H2><A NAME="new configure flags">New Configure flags</A></H2>
  1444. <P>The following new flags may be enabled on the Configure command line
  1445. by running Configure with <CODE>-Dflag</CODE>.</P>
  1446. <PRE>
  1447.     usemultiplicity
  1448.     usethreads useithreads      (new interpreter threads: no Perl API yet)
  1449.     usethreads use5005threads   (threads as they were in 5.005)</PRE>
  1450. <PRE>
  1451.     use64bitint                 (equal to now deprecated 'use64bits')
  1452.     use64bitall</PRE>
  1453. <PRE>
  1454.     uselongdouble
  1455.     usemorebits
  1456.     uselargefiles
  1457.     usesocks                    (only SOCKS v5 supported)</PRE>
  1458. <P>
  1459. <H2><A NAME="threadedness and 64bitness now more daring">Threadedness and 64-bitness now more daring</A></H2>
  1460. <P>The Configure options enabling the use of threads and the use of
  1461. 64-bitness are now more daring in the sense that they no more have an
  1462. explicit list of operating systems of known threads/64-bit
  1463. capabilities.  In other words: if your operating system has the
  1464. necessary APIs and datatypes, you should be able just to go ahead and
  1465. use them, for threads by Configure -Dusethreads, and for 64 bits
  1466. either explicitly by Configure -Duse64bitint or implicitly if your
  1467. system has 64-bit wide datatypes.  See also <A HREF="#64bit support">64-bit support</A>.</P>
  1468. <P>
  1469. <H2><A NAME="long doubles">Long Doubles</A></H2>
  1470. <P>Some platforms have ``long doubles'', floating point numbers of even
  1471. larger range than ordinary ``doubles''.  To enable using long doubles for
  1472. Perl's scalars, use -Duselongdouble.</P>
  1473. <P>
  1474. <H2><A NAME="dusemorebits">-Dusemorebits</A></H2>
  1475. <P>You can enable both -Duse64bitint and -Duselongdouble with -Dusemorebits.
  1476. See also <A HREF="#64bit support">64-bit support</A>.</P>
  1477. <P>
  1478. <H2><A NAME="duselargefiles">-Duselargefiles</A></H2>
  1479. <P>Some platforms support system APIs that are capable of handling large files
  1480. (typically, files larger than two gigabytes).  Perl will try to use these
  1481. APIs if you ask for -Duselargefiles.</P>
  1482. <P>See <A HREF="#large file support">Large file support</A> for more information.</P>
  1483. <P>
  1484. <H2><A NAME="installusrbinperl">installusrbinperl</A></H2>
  1485. <P>You can use ``Configure -Uinstallusrbinperl'' which causes installperl
  1486. to skip installing perl also as /usr/bin/perl.  This is useful if you
  1487. prefer not to modify /usr/bin for some reason or another but harmful
  1488. because many scripts assume to find Perl in /usr/bin/perl.</P>
  1489. <P>
  1490. <H2><A NAME="socks support">SOCKS support</A></H2>
  1491. <P>You can use ``Configure -Dusesocks'' which causes Perl to probe
  1492. for the SOCKS proxy protocol library (v5, not v4).  For more information
  1493. on SOCKS, see:</P>
  1494. <PRE>
  1495.     <A HREF="http://www.socks.nec.com/">http://www.socks.nec.com/</A></PRE>
  1496. <P>
  1497. <H2><A NAME="a flag"><CODE>-A</CODE> flag</A></H2>
  1498. <P>You can ``post-edit'' the Configure variables using the Configure <CODE>-A</CODE>
  1499. switch.  The editing happens immediately after the platform specific
  1500. hints files have been processed but before the actual configuration
  1501. process starts.  Run <CODE>Configure -h</CODE> to find out the full <CODE>-A</CODE> syntax.</P>
  1502. <P>
  1503. <H2><A NAME="enhanced installation directories">Enhanced Installation Directories</A></H2>
  1504. <P>The installation structure has been enriched to improve the support
  1505. for maintaining multiple versions of perl, to provide locations for
  1506. vendor-supplied modules, scripts, and manpages, and to ease maintenance
  1507. of locally-added modules, scripts, and manpages.  See the section on
  1508. Installation Directories in the INSTALL file for complete details.
  1509. For most users building and installing from source, the defaults should
  1510. be fine.</P>
  1511. <P>If you previously used <CODE>Configure -Dsitelib</CODE> or <CODE>-Dsitearch</CODE> to set
  1512. special values for library directories, you might wish to consider using
  1513. the new <CODE>-Dsiteprefix</CODE> setting instead.  Also, if you wish to re-use a
  1514. config.sh file from an earlier version of perl, you should be sure to
  1515. check that Configure makes sensible choices for the new directories.
  1516. See INSTALL for complete details.</P>
  1517. <P>
  1518. <HR>
  1519. <H1><A NAME="platform specific changes">Platform specific changes</A></H1>
  1520. <P>
  1521. <H2><A NAME="supported platforms">Supported platforms</A></H2>
  1522. <UL>
  1523. <LI>
  1524. VM/ESA is now supported.
  1525. <P></P>
  1526. <LI>
  1527. Siemens BS2000 is now supported under the POSIX Shell.
  1528. <P></P>
  1529. <LI>
  1530. The Mach CThreads (NEXTSTEP, OPENSTEP) are now supported by the Thread
  1531. extension.
  1532. <P></P>
  1533. <LI>
  1534. GNU/Hurd is now supported.
  1535. <P></P>
  1536. <LI>
  1537. Rhapsody/Darwin is now supported.
  1538. <P></P>
  1539. <LI>
  1540. EPOC is is now supported (on Psion 5).
  1541. <P></P>
  1542. <LI>
  1543. The cygwin port (formerly cygwin32) has been greatly improved.
  1544. <P></P></UL>
  1545. <P>
  1546. <H2><A NAME="dos">DOS</A></H2>
  1547. <UL>
  1548. <LI>
  1549. Perl now works with djgpp 2.02 (and 2.03 alpha).
  1550. <P></P>
  1551. <LI>
  1552. Environment variable names are not converted to uppercase any more.
  1553. <P></P>
  1554. <LI>
  1555. Incorrect exit codes from backticks have been fixed.
  1556. <P></P>
  1557. <LI>
  1558. This port continues to use its own builtin globbing (not File::Glob).
  1559. <P></P></UL>
  1560. <P>
  1561. <H2><A NAME="os390 (openedition mvs)">OS390 (OpenEdition MVS)</A></H2>
  1562. <P>Support for this EBCDIC platform has not been renewed in this release.
  1563. There are difficulties in reconciling Perl's standardization on UTF-8
  1564. as its internal representation for characters with the EBCDIC character
  1565. set, because the two are incompatible.</P>
  1566. <P>It is unclear whether future versions will renew support for this
  1567. platform, but the possibility exists.</P>
  1568. <P>
  1569. <H2><A NAME="vms">VMS</A></H2>
  1570. <P>Numerous revisions and extensions to configuration, build, testing, and
  1571. installation process to accomodate core changes and VMS-specific options.</P>
  1572. <P>Expand %ENV-handling code to allow runtime mapping to logical names,
  1573. CLI symbols, and CRTL environ array.</P>
  1574. <P>Extension of subprocess invocation code to accept filespecs as command
  1575. ``verbs''.</P>
  1576. <P>Add to Perl command line processing the ability to use default file types and
  1577. to recognize Unix-style <CODE>2>&1</CODE>.</P>
  1578. <P>Expansion of File::Spec::VMS routines, and integration into ExtUtils::MM_VMS.</P>
  1579. <P>Extension of ExtUtils::MM_VMS to handle complex extensions more flexibly.</P>
  1580. <P>Barewords at start of Unix-syntax paths may be treated as text rather than
  1581. only as logical names.</P>
  1582. <P>Optional secure translation of several logical names used internally by Perl.</P>
  1583. <P>Miscellaneous bugfixing and porting of new core code to VMS.</P>
  1584. <P>Thanks are gladly extended to the many people who have contributed VMS
  1585. patches, testing, and ideas.</P>
  1586. <P>
  1587. <H2><A NAME="win32">Win32</A></H2>
  1588. <P>Perl can now emulate <A HREF="../../lib/Pod/perlfunc.html#item_fork"><CODE>fork()</CODE></A> internally, using multiple interpreters running
  1589. in different concurrent threads.  This support must be enabled at build
  1590. time.  See <A HREF="../../lib/Pod/perlfork.html">the perlfork manpage</A> for detailed information.</P>
  1591. <P>When given a pathname that consists only of a drivename, such as <CODE>A:</CODE>,
  1592. <A HREF="../../lib/Pod/perlfunc.html#item_opendir"><CODE>opendir()</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_stat"><CODE>stat()</CODE></A> now use the current working directory for the drive
  1593. rather than the drive root.</P>
  1594. <P>The builtin XSUB functions in the Win32:: namespace are documented.  See
  1595. <A HREF="../../lib/Pod/Win32.html">the Win32 manpage</A>.</P>
  1596. <P>$^X now contains the full path name of the running executable.</P>
  1597. <P>A Win32::GetLongPathName() function is provided to complement
  1598. Win32::GetFullPathName() and Win32::GetShortPathName().  See <A HREF="../../lib/Pod/Win32.html">the Win32 manpage</A>.</P>
  1599. <P>POSIX::uname() is supported.</P>
  1600. <P><A HREF="../../lib/Pod/perlfunc.html#item_system"><CODE>system(1,...)</CODE></A> now returns true process IDs rather than process
  1601. handles.  <A HREF="../../lib/Pod/perlfunc.html#item_kill"><CODE>kill()</CODE></A> accepts any real process id, rather than strictly
  1602. return values from system(1,...).</P>
  1603. <P>For better compatibility with Unix, <A HREF="../../lib/Pod/perlfunc.html#item_kill"><CODE>kill(0, $pid)</CODE></A> can now be used to
  1604. test whether a process exists.</P>
  1605. <P>The <CODE>Shell</CODE> module is supported.</P>
  1606. <P>Better support for building Perl under command.com in Windows 95
  1607. has been added.</P>
  1608. <P>Scripts are read in binary mode by default to allow ByteLoader (and
  1609. the filter mechanism in general) to work properly.  For compatibility,
  1610. the DATA filehandle will be set to text mode if a carriage return is
  1611. detected at the end of the line containing the __END__ or __DATA__
  1612. token; if not, the DATA filehandle will be left open in binary mode.
  1613. Earlier versions always opened the DATA filehandle in text mode.</P>
  1614. <P>The <A HREF="../../lib/Pod/perlfunc.html#item_glob"><CODE>glob()</CODE></A> operator is implemented via the <A HREF="#item_File%3A%3AGlob"><CODE>File::Glob</CODE></A> extension,
  1615. which supports glob syntax of the C shell.  This increases the flexibility
  1616. of the <A HREF="../../lib/Pod/perlfunc.html#item_glob"><CODE>glob()</CODE></A> operator, but there may be compatibility issues for
  1617. programs that relied on the older globbing syntax.  If you want to
  1618. preserve compatibility with the older syntax, you might want to run
  1619. perl with <CODE>-MFile::DosGlob</CODE>.  For details and compatibility information,
  1620. see <A HREF="../../lib/File/Glob.html">the File::Glob manpage</A>.</P>
  1621. <P>
  1622. <HR>
  1623. <H1><A NAME="significant bug fixes">Significant bug fixes</A></H1>
  1624. <P>
  1625. <H2><A NAME="<handle> on empty files"><HANDLE> on empty files</A></H2>
  1626. <P>With <CODE>$/</CODE> set to <A HREF="../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A>, ``slurping'' an empty file returns a string of
  1627. zero length (instead of <A HREF="../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A>, as it used to) the first time the
  1628. HANDLE is read after <CODE>$/</CODE> is set to <A HREF="../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A>.  Further reads yield
  1629. <A HREF="../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A>.</P>
  1630. <P>This means that the following will append ``foo'' to an empty file (it used
  1631. to do nothing):</P>
  1632. <PRE>
  1633.     perl -0777 -pi -e 's/^/foo/' empty_file</PRE>
  1634. <P>The behaviour of:</P>
  1635. <PRE>
  1636.     perl -pi -e 's/^/foo/' empty_file</PRE>
  1637. <P>is unchanged (it continues to leave the file empty).</P>
  1638. <P>
  1639. <H2><A NAME="eval '...' improvements"><CODE>eval '...'</CODE> improvements</A></H2>
  1640. <P>Line numbers (as reflected by <A HREF="../../lib/Pod/perlfunc.html#item_caller"><CODE>caller()</CODE></A> and most diagnostics) within
  1641. <CODE>eval '...'</CODE> were often incorrect where here documents were involved.
  1642. This has been corrected.</P>
  1643. <P>Lexical lookups for variables appearing in <CODE>eval '...'</CODE> within
  1644. functions that were themselves called within an <CODE>eval '...'</CODE> were
  1645. searching the wrong place for lexicals.  The lexical search now
  1646. correctly ends at the subroutine's block boundary.</P>
  1647. <P>The use of <A HREF="../../lib/Pod/perlfunc.html#item_return"><CODE>return</CODE></A> within <A HREF="../../lib/Pod/perlfunc.html#item_eval"><CODE>eval {...}</CODE></A> caused $@ not to be reset
  1648. correctly when no exception occurred within the eval.  This has
  1649. been fixed.</P>
  1650. <P>Parsing of here documents used to be flawed when they appeared as
  1651. the replacement expression in <CODE>eval 's/.../.../e'</CODE>.  This has
  1652. been fixed.</P>
  1653. <P>
  1654. <H2><A NAME="all compilation errors are true errors">All compilation errors are true errors</A></H2>
  1655. <P>Some ``errors'' encountered at compile time were by neccessity 
  1656. generated as warnings followed by eventual termination of the
  1657. program.  This enabled more such errors to be reported in a
  1658. single run, rather than causing a hard stop at the first error
  1659. that was encountered.</P>
  1660. <P>The mechanism for reporting such errors has been reimplemented
  1661. to queue compile-time errors and report them at the end of the
  1662. compilation as true errors rather than as warnings.  This fixes
  1663. cases where error messages leaked through in the form of warnings
  1664. when code was compiled at run time using <A HREF="../../lib/Pod/perlfunc.html#item_eval"><CODE>eval STRING</CODE></A>, and
  1665. also allows such errors to be reliably trapped using <CODE>eval "..."</CODE>.</P>
  1666. <P>
  1667. <H2><A NAME="implicitly closed filehandles are safer">Implicitly closed filehandles are safer</A></H2>
  1668. <P>Sometimes implicitly closed filehandles (as when they are localized,
  1669. and Perl automatically closes them on exiting the scope) could
  1670. inadvertently set $? or $!.  This has been corrected.</P>
  1671. <P>
  1672. <H2><A NAME="behavior of list slices is more consistent">Behavior of list slices is more consistent</A></H2>
  1673. <P>When taking a slice of a literal list (as opposed to a slice of
  1674. an array or hash), Perl used to return an empty list if the
  1675. result happened to be composed of all undef values.</P>
  1676. <P>The new behavior is to produce an empty list if (and only if)
  1677. the original list was empty.  Consider the following example:</P>
  1678. <PRE>
  1679.     @a = (1,undef,undef,2)[2,1,2];</PRE>
  1680. <P>The old behavior would have resulted in @a having no elements.
  1681. The new behavior ensures it has three undefined elements.</P>
  1682. <P>Note in particular that the behavior of slices of the following
  1683. cases remains unchanged:</P>
  1684. <PRE>
  1685.     @a = ()[1,2];
  1686.     @a = (getpwent)[7,0];
  1687.     @a = (anything_returning_empty_list())[2,1,2];
  1688.     @a = @b[2,1,2];
  1689.     @a = @c{'a','b','c'};</PRE>
  1690. <P>See <A HREF="../../lib/Pod/perldata.html">the perldata manpage</A>.</P>
  1691. <P>
  1692. <H2><A NAME="(\$) prototype and $foo{a}"><CODE>(\$)</CODE> prototype and <CODE>$foo{a}</CODE></A></H2>
  1693. <P>A scalar reference prototype now correctly allows a hash or
  1694. array element in that slot.</P>
  1695. <P>
  1696. <H2><A NAME="goto &sub and autoload"><CODE>goto &sub</CODE> and AUTOLOAD</A></H2>
  1697. <P>The <CODE>goto &sub</CODE> construct works correctly when <CODE>&sub</CODE> happens
  1698. to be autoloaded.</P>
  1699. <P>
  1700. <H2><A NAME="bareword allowed under use integer"><CODE>-bareword</CODE> allowed under <CODE>use integer</CODE></A></H2>
  1701. <P>The autoquoting of barewords preceded by <CODE>-</CODE> did not work
  1702. in prior versions when the <CODE>integer</CODE> pragma was enabled.
  1703. This has been fixed.</P>
  1704. <P>
  1705. <H2><A NAME="failures in destroy()">Failures in <CODE>DESTROY()</CODE></A></H2>
  1706. <P>When code in a destructor threw an exception, it went unnoticed
  1707. in earlier versions of Perl, unless someone happened to be
  1708. looking in $@ just after the point the destructor happened to
  1709. run.  Such failures are now visible as warnings when warnings are
  1710. enabled.</P>
  1711. <P>
  1712. <H2><A NAME="locale bugs fixed">Locale bugs fixed</A></H2>
  1713. <P><A HREF="../../lib/Pod/perlfunc.html#item_printf"><CODE>printf()</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_sprintf"><CODE>sprintf()</CODE></A> previously reset the numeric locale
  1714. back to the default ``C'' locale.  This has been fixed.</P>
  1715. <P>Numbers formatted according to the local numeric locale
  1716. (such as using a decimal comma instead of a decimal dot) caused
  1717. ``isn't numeric'' warnings, even while the operations accessing
  1718. those numbers produced correct results.  These warnings have been
  1719. discontinued.</P>
  1720. <P>
  1721. <H2><A NAME="memory leaks">Memory leaks</A></H2>
  1722. <P>The <CODE>eval 'return sub {...}'</CODE> construct could sometimes leak
  1723. memory.  This has been fixed.</P>
  1724. <P>Operations that aren't filehandle constructors used to leak memory
  1725. when used on invalid filehandles.  This has been fixed.</P>
  1726. <P>Constructs that modified <CODE>@_</CODE> could fail to deallocate values
  1727. in <CODE>@_</CODE> and thus leak memory.  This has been corrected.</P>
  1728. <P>
  1729. <H2><A NAME="spurious subroutine stubs after failed subroutine calls">Spurious subroutine stubs after failed subroutine calls</A></H2>
  1730. <P>Perl could sometimes create empty subroutine stubs when a
  1731. subroutine was not found in the package.  Such cases stopped
  1732. later method lookups from progressing into base packages.
  1733. This has been corrected.</P>
  1734. <P>
  1735. <H2><A NAME="taint failures under u">Taint failures under <CODE>-U</CODE></A></H2>
  1736. <P>When running in unsafe mode, taint violations could sometimes
  1737. cause silent failures.  This has been fixed.</P>
  1738. <P>
  1739. <H2><A NAME="end blocks and the c switch">END blocks and the <CODE>-c</CODE> switch</A></H2>
  1740. <P>Prior versions used to run BEGIN <STRONG>and</STRONG> END blocks when Perl was
  1741. run in compile-only mode.  Since this is typically not the expected
  1742. behavior, END blocks are not executed anymore when the <CODE>-c</CODE> switch
  1743. is used.</P>
  1744. <P>See <A HREF="#check blocks">CHECK blocks</A> for how to run things when the compile phase ends.</P>
  1745. <P>
  1746. <H2><A NAME="potential to leak data filehandles">Potential to leak DATA filehandles</A></H2>
  1747. <P>Using the <CODE>__DATA__</CODE> token creates an implicit filehandle to
  1748. the file that contains the token.  It is the program's
  1749. responsibility to close it when it is done reading from it.</P>
  1750. <P>This caveat is now better explained in the documentation.
  1751. See <A HREF="../../lib/Pod/perldata.html">the perldata manpage</A>.</P>
  1752. <P>
  1753. <HR>
  1754. <H1><A NAME="new or changed diagnostics">New or Changed Diagnostics</A></H1>
  1755. <DL>
  1756. <DT><STRONG><A NAME="item_%22%25s%22_variable_%25s_masks_earlier_declaration">``%s'' variable %s masks earlier declaration in same %s</A></STRONG><BR>
  1757. <DD>
  1758. (W misc) A ``my'' or ``our'' variable has been redeclared in the current scope or statement,
  1759. effectively eliminating all access to the previous instance.  This is almost
  1760. always a typographical error.  Note that the earlier variable will still exist
  1761. until the end of the scope or until all closure referents to it are
  1762. destroyed.
  1763. <P></P>
  1764. <DT><STRONG><A NAME="item_%22my_sub%22_not_yet_implemented">``my sub'' not yet implemented</A></STRONG><BR>
  1765. <DD>
  1766. (F) Lexically scoped subroutines are not yet implemented.  Don't try that
  1767. yet.
  1768. <P></P>
  1769. <DT><STRONG><A NAME="item_%22our%22_variable_%25s_redeclared">``our'' variable %s redeclared</A></STRONG><BR>
  1770. <DD>
  1771. (W misc) You seem to have already declared the same global once before in the
  1772. current lexical scope.
  1773. <P></P>
  1774. <DT><STRONG><A NAME="item_%27%21%27_allowed_only_after_types_%25s">'!' allowed only after types %s</A></STRONG><BR>
  1775. <DD>
  1776. (F) The '!' is allowed in <A HREF="../../lib/Pod/perlfunc.html#item_pack"><CODE>pack()</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_unpack"><CODE>unpack()</CODE></A> only after certain types.
  1777. See <A HREF="../../lib/Pod/perlfunc.html#pack">pack in the perlfunc manpage</A>.
  1778. <P></P>
  1779. <DT><STRONG><A NAME="item_%2F_cannot_take_a_count">/ cannot take a count</A></STRONG><BR>
  1780. <DD>
  1781. (F) You had an unpack template indicating a counted-length string,
  1782. but you have also specified an explicit size for the string.
  1783. See <A HREF="../../lib/Pod/perlfunc.html#pack">pack in the perlfunc manpage</A>.
  1784. <P></P>
  1785. <DT><STRONG><A NAME="item_%2F_must_be_followed_by_a%2C_A_or_Z">/ must be followed by a, A or Z</A></STRONG><BR>
  1786. <DD>
  1787. (F) You had an unpack template indicating a counted-length string,
  1788. which must be followed by one of the letters a, A or Z
  1789. to indicate what sort of string is to be unpacked.
  1790. See <A HREF="../../lib/Pod/perlfunc.html#pack">pack in the perlfunc manpage</A>.
  1791. <P></P>
  1792. <DT><STRONG><A NAME="item_%2F_must_be_followed_by_a%2A%2C_A%2A_or_Z%2A">/ must be followed by a*, A* or Z*</A></STRONG><BR>
  1793. <DD>
  1794. (F) You had a pack template indicating a counted-length string,
  1795. Currently the only things that can have their length counted are a*, A* or Z*.
  1796. See <A HREF="../../lib/Pod/perlfunc.html#pack">pack in the perlfunc manpage</A>.
  1797. <P></P>
  1798. <DT><STRONG><A NAME="item_%2F_must_follow_a_numeric_type">/ must follow a numeric type</A></STRONG><BR>
  1799. <DD>
  1800. (F) You had an unpack template that contained a '#',
  1801. but this did not follow some numeric unpack specification.
  1802. See <A HREF="../../lib/Pod/perlfunc.html#pack">pack in the perlfunc manpage</A>.
  1803. <P></P>
  1804. <DT><STRONG><A NAME="item_%2F%25s%2F%3A_Unrecognized_escape_%5C%5C%25c_passe">/%s/: Unrecognized escape \\%c passed through</A></STRONG><BR>
  1805. <DD>
  1806. (W regexp) You used a backslash-character combination which is not recognized
  1807. by Perl.  This combination appears in an interpolated variable or a
  1808. <CODE>'</CODE>-delimited regular expression.  The character was understood literally.
  1809. <P></P>
  1810. <DT><STRONG><A NAME="item_%2F%25s%2F%3A_Unrecognized_escape_%5C%5C%25c_in_ch">/%s/: Unrecognized escape \\%c in character class passed through</A></STRONG><BR>
  1811. <DD>
  1812. (W regexp) You used a backslash-character combination which is not recognized
  1813. by Perl inside character classes.  The character was understood literally.
  1814. <P></P>
  1815. <DT><STRONG><A NAME="item_%2F%25s%2F_should_probably_be_written_as_%22%25s%2">/%s/ should probably be written as ``%s''</A></STRONG><BR>
  1816. <DD>
  1817. (W syntax) You have used a pattern where Perl expected to find a string,
  1818. as in the first argument to <A HREF="../../lib/Pod/perlfunc.html#item_join"><CODE>join</CODE></A>.  Perl will treat the true
  1819. or false result of matching the pattern against $_ as the string,
  1820. which is probably not what you had in mind.
  1821. <P></P>
  1822. <DT><STRONG><A NAME="item_s">%s() called too early to check prototype</A></STRONG><BR>
  1823. <DD>
  1824. (W prototype) You've called a function that has a prototype before the parser saw a
  1825. definition or declaration for it, and Perl could not check that the call
  1826. conforms to the prototype.  You need to either add an early prototype
  1827. declaration for the subroutine in question, or move the subroutine
  1828. definition ahead of the call to get proper prototype checking.  Alternatively,
  1829. if you are certain that you're calling the function correctly, you may put
  1830. an ampersand before the name to avoid the warning.  See <A HREF="../../lib/Pod/perlsub.html">the perlsub manpage</A>.
  1831. <P></P>
  1832. <DT><STRONG><A NAME="item_%s">%s argument is not a HASH or ARRAY element</A></STRONG><BR>
  1833. <DD>
  1834. (F) The argument to <A HREF="../../lib/Pod/perlfunc.html#item_exists"><CODE>exists()</CODE></A> must be a hash or array element, such as:
  1835. <PRE>
  1836.     $foo{$bar}
  1837.     $ref->{"susie"}[12]</PRE>
  1838. <P></P>
  1839. <DT><STRONG>%s argument is not a HASH or ARRAY element or slice</STRONG><BR>
  1840. <DD>
  1841. (F) The argument to <A HREF="#item_delete"><CODE>delete()</CODE></A> must be either a hash or array element, such as:
  1842. <PRE>
  1843.     $foo{$bar}
  1844.     $ref->{"susie"}[12]</PRE>
  1845. <P>or a hash or array slice, such as:</P>
  1846. <PRE>
  1847.     @foo[$bar, $baz, $xyzzy]
  1848.     @{$ref->[12]}{"susie", "queue"}</PRE>
  1849. <P></P>
  1850. <DT><STRONG>%s argument is not a subroutine name</STRONG><BR>
  1851. <DD>
  1852. (F) The argument to <A HREF="../../lib/Pod/perlfunc.html#item_exists"><CODE>exists()</CODE></A> for <CODE>exists &sub</CODE> must be a subroutine
  1853. name, and not a subroutine call.  <A HREF="../../lib/Pod/perlfunc.html#item_sub"><CODE>exists &sub()</CODE></A> will generate this error.
  1854. <P></P>
  1855. <DT><STRONG>%s package attribute may clash with future reserved word: %s</STRONG><BR>
  1856. <DD>
  1857. (W reserved) A lowercase attribute name was used that had a package-specific handler.
  1858. That name might have a meaning to Perl itself some day, even though it
  1859. doesn't yet.  Perhaps you should use a mixed-case attribute name, instead.
  1860. See <A HREF="../../lib/attributes.html">the attributes manpage</A>.
  1861. <P></P>
  1862. <DT><STRONG><A NAME="item_%28in_cleanup%29_%25s">(in cleanup) %s</A></STRONG><BR>
  1863. <DD>
  1864. (W misc) This prefix usually indicates that a <CODE>DESTROY()</CODE> method raised
  1865. the indicated exception.  Since destructors are usually called by
  1866. the system at arbitrary points during execution, and often a vast
  1867. number of times, the warning is issued only once for any number
  1868. of failures that would otherwise result in the same message being
  1869. repeated.
  1870. <P>Failure of user callbacks dispatched using the <CODE>G_KEEPERR</CODE> flag
  1871. could also result in this warning.  See <A HREF="../../lib/Pod/perlcall.html#g_keeperr">G_KEEPERR in the perlcall manpage</A>.</P>
  1872. <P></P>
  1873. <DT><STRONG><A NAME="item_%3C%3E_should_be_quotes"><> should be quotes</A></STRONG><BR>
  1874. <DD>
  1875. (F) You wrote <CODE>require <file></CODE> when you should have written
  1876. <CODE>require 'file'</CODE>.
  1877. <P></P>
  1878. <DT><STRONG><A NAME="item_Attempt_to_join_self">Attempt to join self</A></STRONG><BR>
  1879. <DD>
  1880. (F) You tried to join a thread from within itself, which is an
  1881. impossible task.  You may be joining the wrong thread, or you may
  1882. need to move the <A HREF="../../lib/Pod/perlfunc.html#item_join"><CODE>join()</CODE></A> to some other thread.
  1883. <P></P>
  1884. <DT><STRONG><A NAME="item_Bad_evalled_substitution_pattern">Bad evalled substitution pattern</A></STRONG><BR>
  1885. <DD>
  1886. (F) You've used the /e switch to evaluate the replacement for a
  1887. substitution, but perl found a syntax error in the code to evaluate,
  1888. most likely an unexpected right brace '}'.
  1889. <P></P>
  1890. <DT><STRONG><A NAME="item_realloc">Bad <CODE>realloc()</CODE> ignored</A></STRONG><BR>
  1891. <DD>
  1892. (S) An internal routine called <A HREF="#item_realloc"><CODE>realloc()</CODE></A> on something that had never been
  1893. malloc()ed in the first place. Mandatory, but can be disabled by
  1894. setting environment variable <CODE>PERL_BADFREE</CODE> to 1.
  1895. <P></P>
  1896. <DT><STRONG><A NAME="item_Bareword_found_in_conditional">Bareword found in conditional</A></STRONG><BR>
  1897. <DD>
  1898. (W bareword) The compiler found a bareword where it expected a conditional,
  1899. which often indicates that an || or && was parsed as part of the
  1900. last argument of the previous construct, for example:
  1901. <PRE>
  1902.     open FOO || die;</PRE>
  1903. <P>It may also indicate a misspelled constant that has been interpreted
  1904. as a bareword:</P>
  1905. <PRE>
  1906.     use constant TYPO => 1;
  1907.     if (TYOP) { print "foo" }</PRE>
  1908. <P>The <CODE>strict</CODE> pragma is useful in avoiding such errors.</P>
  1909. <P></P>
  1910. <DT><STRONG><A NAME="item_Binary_number_%3E_0b111111111111111111111111111111">Binary number > 0b11111111111111111111111111111111 non-portable</A></STRONG><BR>
  1911. <DD>
  1912. (W portable) The binary number you specified is larger than 2**32-1
  1913. (4294967295) and therefore non-portable between systems.  See
  1914. <A HREF="../../lib/Pod/perlport.html">the perlport manpage</A> for more on portability concerns.
  1915. <P></P>
  1916. <DT><STRONG><A NAME="item_Bit_vector_size_%3E_32_non%2Dportable">Bit vector size > 32 non-portable</A></STRONG><BR>
  1917. <DD>
  1918. (W portable) Using bit vector sizes larger than 32 is non-portable.
  1919. <P></P>
  1920. <DT><STRONG><A NAME="item_Buffer_overflow_in_prime_env_iter%3A_%25s">Buffer overflow in prime_env_iter: %s</A></STRONG><BR>
  1921. <DD>
  1922. (W internal) A warning peculiar to VMS.  While Perl was preparing to iterate over
  1923. %ENV, it encountered a logical name or symbol definition which was too long,
  1924. so it was truncated to the string shown.
  1925. <P></P>
  1926. <DT><STRONG><A NAME="item_Can%27t_check_filesystem_of_script_%22%25s%22">Can't check filesystem of script ``%s''</A></STRONG><BR>
  1927. <DD>
  1928. (P) For some reason you can't check the filesystem of the script for nosuid.
  1929. <P></P>
  1930. <DT><STRONG><A NAME="item_Can%27t_declare_class_for_non%2Dscalar_%25s_in_%22">Can't declare class for non-scalar %s in ``%s''</A></STRONG><BR>
  1931. <DD>
  1932. (S) Currently, only scalar variables can declared with a specific class
  1933. qualifier in a ``my'' or ``our'' declaration.  The semantics may be extended
  1934. for other types of variables in future.
  1935. <P></P>
  1936. <DT><STRONG><A NAME="item_Can%27t_declare_%25s_in_%22%25s%22">Can't declare %s in ``%s''</A></STRONG><BR>
  1937. <DD>
  1938. (F) Only scalar, array, and hash variables may be declared as ``my'' or
  1939. ``our'' variables.  They must have ordinary identifiers as names.
  1940. <P></P>
  1941. <DT><STRONG><A NAME="item_Can%27t_ignore_signal_CHLD%2C_forcing_to_default">Can't ignore signal CHLD, forcing to default</A></STRONG><BR>
  1942. <DD>
  1943. (W signal) Perl has detected that it is being run with the SIGCHLD signal
  1944. (sometimes known as SIGCLD) disabled.  Since disabling this signal
  1945. will interfere with proper determination of exit status of child
  1946. processes, Perl has reset the signal to its default value.
  1947. This situation typically indicates that the parent program under
  1948. which Perl may be running (e.g., cron) is being very careless.
  1949. <P></P>
  1950. <DT><STRONG><A NAME="item_Can%27t_modify_non%2Dlvalue_subroutine_call">Can't modify non-lvalue subroutine call</A></STRONG><BR>
  1951. <DD>
  1952. (F) Subroutines meant to be used in lvalue context should be declared as
  1953. such, see <A HREF="../../lib/Pod/perlsub.html#lvalue subroutines">Lvalue subroutines in the perlsub manpage</A>.
  1954. <P></P>
  1955. <DT><STRONG><A NAME="item_Can%27t_read_CRTL_environ">Can't read CRTL environ</A></STRONG><BR>
  1956. <DD>
  1957. (S) A warning peculiar to VMS.  Perl tried to read an element of %ENV
  1958. from the CRTL's internal environment array and discovered the array was
  1959. missing.  You need to figure out where your CRTL misplaced its environ
  1960. or define <EM>PERL_ENV_TABLES</EM> (see <A HREF="../../lib/Pod/perlvms.html">the perlvms manpage</A>) so that environ is not searched.
  1961. <P></P>
  1962. <DT><STRONG><A NAME="item_Can%27t_remove_%25s%3A_%25s%2C_skipping_file">Can't remove %s: %s, skipping file</A></STRONG><BR>
  1963. <DD>
  1964. (S) You requested an inplace edit without creating a backup file.  Perl
  1965. was unable to remove the original file to replace it with the modified
  1966. file.  The file was left unmodified.
  1967. <P></P>
  1968. <DT><STRONG><A NAME="item_Can%27t_return_%25s_from_lvalue_subroutine">Can't return %s from lvalue subroutine</A></STRONG><BR>
  1969. <DD>
  1970. (F) Perl detected an attempt to return illegal lvalues (such
  1971. as temporary or readonly values) from a subroutine used as an lvalue.
  1972. This is not allowed.
  1973. <P></P>
  1974. <DT><STRONG><A NAME="item_Can%27t_weaken_a_nonreference">Can't weaken a nonreference</A></STRONG><BR>
  1975. <DD>
  1976. (F) You attempted to weaken something that was not a reference.  Only
  1977. references can be weakened.
  1978. <P></P>
  1979. <DT><STRONG><A NAME="item_Character_class_%5B%3A%25s%3A%5D_unknown">Character class [:%s:] unknown</A></STRONG><BR>
  1980. <DD>
  1981. (F) The class in the character class [: :] syntax is unknown.
  1982. See <A HREF="../../lib/Pod/perlre.html">the perlre manpage</A>.
  1983. <P></P>
  1984. <DT><STRONG><A NAME="item_Character_class_syntax_%5B%25s%5D_belongs_inside_c">Character class syntax [%s] belongs inside character classes</A></STRONG><BR>
  1985. <DD>
  1986. (W unsafe) The character class constructs [: :], [= =], and [. .]  go
  1987. <EM>inside</EM> character classes, the [] are part of the construct,
  1988. for example: /[012[:alpha:]345]/.  Note that [= =] and [. .]
  1989. are not currently implemented; they are simply placeholders for
  1990. future extensions.
  1991. <P></P>
  1992. <DT><STRONG><A NAME="item_Constant_is_not_%25s_reference">Constant is not %s reference</A></STRONG><BR>
  1993. <DD>
  1994. (F) A constant value (perhaps declared using the <CODE>use constant</CODE> pragma)
  1995. is being dereferenced, but it amounts to the wrong type of reference.  The
  1996. message indicates the type of reference that was expected. This usually
  1997. indicates a syntax error in dereferencing the constant value.
  1998. See <A HREF="../../lib/Pod/perlsub.html#constant functions">Constant Functions in the perlsub manpage</A> and <A HREF="../../lib/constant.html">the constant manpage</A>.
  1999. <P></P>
  2000. <DT><STRONG>constant(%s): %s</STRONG><BR>
  2001. <DD>
  2002. (F) The parser found inconsistencies either while attempting to define an
  2003. overloaded constant, or when trying to find the character name specified
  2004. in the <CODE>\N{...}</CODE> escape.  Perhaps you forgot to load the corresponding
  2005. <CODE>overload</CODE> or <A HREF="#item_charnames"><CODE>charnames</CODE></A> pragma?  See <A HREF="../../lib/charnames.html">the charnames manpage</A> and <A HREF="../../lib/overload.html">the overload manpage</A>.
  2006. <P></P>
  2007. <DT><STRONG><A NAME="item_CORE%3A%3A%25s_is_not_a_keyword">CORE::%s is not a keyword</A></STRONG><BR>
  2008. <DD>
  2009. (F) The CORE:: namespace is reserved for Perl keywords.
  2010. <P></P>
  2011. <DT><STRONG><A NAME="item_defined"><CODE>defined(@array)</CODE> is deprecated</A></STRONG><BR>
  2012. <DD>
  2013. (D) <A HREF="#item_defined"><CODE>defined()</CODE></A> is not usually useful on arrays because it checks for an
  2014. undefined <EM>scalar</EM> value.  If you want to see if the array is empty,
  2015. just use <CODE>if (@array) { # not empty }</CODE> for example.
  2016. <P></P>
  2017. <DT><STRONG><CODE>defined(%hash)</CODE> is deprecated</STRONG><BR>
  2018. <DD>
  2019. (D) <A HREF="#item_defined"><CODE>defined()</CODE></A> is not usually useful on hashes because it checks for an
  2020. undefined <EM>scalar</EM> value.  If you want to see if the hash is empty,
  2021. just use <CODE>if (%hash) { # not empty }</CODE> for example.
  2022. <P></P>
  2023. <DT><STRONG><A NAME="item_Did_not_produce_a_valid_header">Did not produce a valid header</A></STRONG><BR>
  2024. <DD>
  2025. See Server error.
  2026. <P></P>
  2027. <DT><STRONG><A NAME="item_%28Did_you_mean_%22local%22_instead_of_%22our%22%3">(Did you mean ``local'' instead of ``our''?)</A></STRONG><BR>
  2028. <DD>
  2029. (W misc) Remember that ``our'' does not localize the declared global variable.
  2030. You have declared it again in the same lexical scope, which seems superfluous.
  2031. <P></P>
  2032. <DT><STRONG><A NAME="item_Document_contains_no_data">Document contains no data</A></STRONG><BR>
  2033. <DD>
  2034. See Server error.
  2035. <P></P>
  2036. <DT><STRONG><A NAME="item_entering_effective_%25s_failed">entering effective %s failed</A></STRONG><BR>
  2037. <DD>
  2038. (F) While under the <CODE>use filetest</CODE> pragma, switching the real and
  2039. effective uids or gids failed.
  2040. <P></P>
  2041. <DT><STRONG><A NAME="item_false_%5B%5D_range_%22%25s%22_in_regexp">false [] range ``%s'' in regexp</A></STRONG><BR>
  2042. <DD>
  2043. (W regexp) A character class range must start and end at a literal character, not
  2044. another character class like <CODE>\d</CODE> or <CODE>[:alpha:]</CODE>.  The ``-'' in your false
  2045. range is interpreted as a literal ``-''.  Consider quoting the ``-'',  ``\-''.
  2046. See <A HREF="../../lib/Pod/perlre.html">the perlre manpage</A>.
  2047. <P></P>
  2048. <DT><STRONG><A NAME="item_Filehandle_%25s_opened_only_for_output">Filehandle %s opened only for output</A></STRONG><BR>
  2049. <DD>
  2050. (W io) You tried to read from a filehandle opened only for writing.  If you
  2051. intended it to be a read/write filehandle, you needed to open it with
  2052. ``+<'' or ``+>'' or ``+>>'' instead of with ``<'' or nothing.  If
  2053. you intended only to read from the file, use ``<''.  See
  2054. <A HREF="../../lib/Pod/perlfunc.html#open">open in the perlfunc manpage</A>.
  2055. <P></P>
  2056. <DT><STRONG><A NAME="item_flock"><CODE>flock()</CODE> on closed filehandle %s</A></STRONG><BR>
  2057. <DD>
  2058. (W closed) The filehandle you're attempting to <A HREF="#item_flock"><CODE>flock()</CODE></A> got itself closed some
  2059. time before now.  Check your logic flow.  <A HREF="#item_flock"><CODE>flock()</CODE></A> operates on filehandles.
  2060. Are you attempting to call <A HREF="#item_flock"><CODE>flock()</CODE></A> on a dirhandle by the same name?
  2061. <P></P>
  2062. <DT><STRONG><A NAME="item_Global_symbol_%22%25s%22_requires_explicit_package">Global symbol ``%s'' requires explicit package name</A></STRONG><BR>
  2063. <DD>
  2064. (F) You've said ``use strict vars'', which indicates that all variables
  2065. must either be lexically scoped (using ``my''), declared beforehand using
  2066. ``our'', or explicitly qualified to say which package the global variable
  2067. is in (using ``::'').
  2068. <P></P>
  2069. <DT><STRONG><A NAME="item_Hexadecimal_number_%3E_0xffffffff_non%2Dportable">Hexadecimal number > 0xffffffff non-portable</A></STRONG><BR>
  2070. <DD>
  2071. (W portable) The hexadecimal number you specified is larger than 2**32-1
  2072. (4294967295) and therefore non-portable between systems.  See
  2073. <A HREF="../../lib/Pod/perlport.html">the perlport manpage</A> for more on portability concerns.
  2074. <P></P>
  2075. <DT><STRONG><A NAME="item_Ill%2Dformed_CRTL_environ_value_%22%25s%22">Ill-formed CRTL environ value ``%s''</A></STRONG><BR>
  2076. <DD>
  2077. (W internal) A warning peculiar to VMS.  Perl tried to read the CRTL's internal
  2078. environ array, and encountered an element without the <CODE>=</CODE> delimiter
  2079. used to spearate keys from values.  The element is ignored.
  2080. <P></P>
  2081. <DT><STRONG><A NAME="item_Ill%2Dformed_message_in_prime_env_iter%3A_%7C%25s%">Ill-formed message in prime_env_iter: |%s|</A></STRONG><BR>
  2082. <DD>
  2083. (W internal) A warning peculiar to VMS.  Perl tried to read a logical name
  2084. or CLI symbol definition when preparing to iterate over %ENV, and
  2085. didn't see the expected delimiter between key and value, so the
  2086. line was ignored.
  2087. <P></P>
  2088. <DT><STRONG><A NAME="item_Illegal_binary_digit_%25s">Illegal binary digit %s</A></STRONG><BR>
  2089. <DD>
  2090. (F) You used a digit other than 0 or 1 in a binary number.
  2091. <P></P>
  2092. <DT><STRONG><A NAME="item_Illegal_binary_digit_%25s_ignored">Illegal binary digit %s ignored</A></STRONG><BR>
  2093. <DD>
  2094. (W digit) You may have tried to use a digit other than 0 or 1 in a binary number.
  2095. Interpretation of the binary number stopped before the offending digit.
  2096. <P></P>
  2097. <DT><STRONG><A NAME="item_Illegal_number_of_bits_in_vec">Illegal number of bits in vec</A></STRONG><BR>
  2098. <DD>
  2099. (F) The number of bits in <A HREF="#item_vec"><CODE>vec()</CODE></A> (the third argument) must be a power of
  2100. two from 1 to 32 (or 64, if your platform supports that).
  2101. <P></P>
  2102. <DT><STRONG><A NAME="item_Integer_overflow_in_%25s_number">Integer overflow in %s number</A></STRONG><BR>
  2103. <DD>
  2104. (W overflow) The hexadecimal, octal or binary number you have specified either
  2105. as a literal or as an argument to <A HREF="../../lib/Pod/perlfunc.html#item_hex"><CODE>hex()</CODE></A> or <A HREF="../../lib/Pod/perlfunc.html#item_oct"><CODE>oct()</CODE></A> is too big for your
  2106. architecture, and has been converted to a floating point number.  On a
  2107. 32-bit architecture the largest hexadecimal, octal or binary number
  2108. representable without overflow is 0xFFFFFFFF, 037777777777, or
  2109. 0b11111111111111111111111111111111 respectively.  Note that Perl
  2110. transparently promotes all numbers to a floating point representation
  2111. internally--subject to loss of precision errors in subsequent
  2112. operations.
  2113. <P></P>
  2114. <DT><STRONG><A NAME="item_Invalid_%25s_attribute%3A_%25s">Invalid %s attribute: %s</A></STRONG><BR>
  2115. <DD>
  2116. The indicated attribute for a subroutine or variable was not recognized
  2117. by Perl or by a user-supplied handler.  See <A HREF="../../lib/attributes.html">the attributes manpage</A>.
  2118. <P></P>
  2119. <DT><STRONG><A NAME="item_Invalid_%25s_attributes%3A_%25s">Invalid %s attributes: %s</A></STRONG><BR>
  2120. <DD>
  2121. The indicated attributes for a subroutine or variable were not recognized
  2122. by Perl or by a user-supplied handler.  See <A HREF="../../lib/attributes.html">the attributes manpage</A>.
  2123. <P></P>
  2124. <DT><STRONG><A NAME="item_invalid_%5B%5D_range_%22%25s%22_in_regexp">invalid [] range ``%s'' in regexp</A></STRONG><BR>
  2125. <DD>
  2126. The offending range is now explicitly displayed.
  2127. <P></P>
  2128. <DT><STRONG><A NAME="item_Invalid_separator_character_%25s_in_attribute_list">Invalid separator character %s in attribute list</A></STRONG><BR>
  2129. <DD>
  2130. (F) Something other than a colon or whitespace was seen between the
  2131. elements of an attribute list.  If the previous attribute
  2132. had a parenthesised parameter list, perhaps that list was terminated
  2133. too soon.  See <A HREF="../../lib/attributes.html">the attributes manpage</A>.
  2134. <P></P>
  2135. <DT><STRONG><A NAME="item_Invalid_separator_character_%25s_in_subroutine_att">Invalid separator character %s in subroutine attribute list</A></STRONG><BR>
  2136. <DD>
  2137. (F) Something other than a colon or whitespace was seen between the
  2138. elements of a subroutine attribute list.  If the previous attribute
  2139. had a parenthesised parameter list, perhaps that list was terminated
  2140. too soon.
  2141. <P></P>
  2142. <DT><STRONG><A NAME="item_leaving_effective_%25s_failed">leaving effective %s failed</A></STRONG><BR>
  2143. <DD>
  2144. (F) While under the <CODE>use filetest</CODE> pragma, switching the real and
  2145. effective uids or gids failed.
  2146. <P></P>
  2147. <DT><STRONG><A NAME="item_Lvalue_subs_returning_%25s_not_implemented_yet">Lvalue subs returning %s not implemented yet</A></STRONG><BR>
  2148. <DD>
  2149. (F) Due to limitations in the current implementation, array and hash
  2150. values cannot be returned in subroutines used in lvalue context.
  2151. See <A HREF="../../lib/Pod/perlsub.html#lvalue subroutines">Lvalue subroutines in the perlsub manpage</A>.
  2152. <P></P>
  2153. <DT><STRONG><A NAME="item_Method_%25s_not_permitted">Method %s not permitted</A></STRONG><BR>
  2154. <DD>
  2155. See Server error.
  2156. <P></P>
  2157. <DT><STRONG><A NAME="item_Missing_%25sbrace%25s_on_%5CN%7B%7D">Missing %sbrace%s on \N{}</A></STRONG><BR>
  2158. <DD>
  2159. (F) Wrong syntax of character name literal <CODE>\N{charname}</CODE> within
  2160. double-quotish context.
  2161. <P></P>
  2162. <DT><STRONG><A NAME="item_Missing_command_in_piped_open">Missing command in piped open</A></STRONG><BR>
  2163. <DD>
  2164. (W pipe) You used the <A HREF="#item_open"><CODE>open(FH, "| command")</CODE></A> or <A HREF="#item_open"><CODE>open(FH, "command |")</CODE></A>
  2165. construction, but the command was missing or blank.
  2166. <P></P>
  2167. <DT><STRONG><A NAME="item_Missing_name_in_%22my_sub%22">Missing name in ``my sub''</A></STRONG><BR>
  2168. <DD>
  2169. (F) The reserved syntax for lexically scoped subroutines requires that they
  2170. have a name with which they can be found.
  2171. <P></P>
  2172. <DT><STRONG><A NAME="item_No_%25s_specified_for_%2D%25c">No %s specified for -%c</A></STRONG><BR>
  2173. <DD>
  2174. (F) The indicated command line switch needs a mandatory argument, but
  2175. you haven't specified one.
  2176. <P></P>
  2177. <DT><STRONG><A NAME="item_No_package_name_allowed_for_variable_%25s_in_%22ou">No package name allowed for variable %s in ``our''</A></STRONG><BR>
  2178. <DD>
  2179. (F) Fully qualified variable names are not allowed in ``our'' declarations,
  2180. because that doesn't make much sense under existing semantics.  Such
  2181. syntax is reserved for future extensions.
  2182. <P></P>
  2183. <DT><STRONG><A NAME="item_No_space_allowed_after_%2D%25c">No space allowed after -%c</A></STRONG><BR>
  2184. <DD>
  2185. (F) The argument to the indicated command line switch must follow immediately
  2186. after the switch, without intervening spaces.
  2187. <P></P>
  2188. <DT><STRONG><A NAME="item_no_UTC_offset_information%3B_assuming_local_time_i">no UTC offset information; assuming local time is UTC</A></STRONG><BR>
  2189. <DD>
  2190. (S) A warning peculiar to VMS.  Perl was unable to find the local
  2191. timezone offset, so it's assuming that local system time is equivalent
  2192. to UTC.  If it's not, define the logical name <EM>SYS$TIMEZONE_DIFFERENTIAL</EM>
  2193. to translate to the number of seconds which need to be added to UTC to
  2194. get local time.
  2195. <P></P>
  2196. <DT><STRONG><A NAME="item_Octal_number_%3E_037777777777_non%2Dportable">Octal number > 037777777777 non-portable</A></STRONG><BR>
  2197. <DD>
  2198. (W portable) The octal number you specified is larger than 2**32-1 (4294967295)
  2199. and therefore non-portable between systems.  See <A HREF="../../lib/Pod/perlport.html">the perlport manpage</A> for more
  2200. on portability concerns.
  2201. <P>See also <A HREF="../../lib/Pod/perlport.html">the perlport manpage</A> for writing portable code.</P>
  2202. <P></P>
  2203. <DT><STRONG><A NAME="item_panic%3A_del_backref">panic: del_backref</A></STRONG><BR>
  2204. <DD>
  2205. (P) Failed an internal consistency check while trying to reset a weak
  2206. reference.
  2207. <P></P>
  2208. <DT><STRONG><A NAME="item_panic%3A_kid_popen_errno_read">panic: kid popen errno read</A></STRONG><BR>
  2209. <DD>
  2210. (F) forked child returned an incomprehensible message about its errno.
  2211. <P></P>
  2212. <DT><STRONG><A NAME="item_panic%3A_magic_killbackrefs">panic: magic_killbackrefs</A></STRONG><BR>
  2213. <DD>
  2214. (P) Failed an internal consistency check while trying to reset all weak
  2215. references to an object.
  2216. <P></P>
  2217. <DT><STRONG><A NAME="item_Parentheses_missing_around_%22%25s%22_list">Parentheses missing around ``%s'' list</A></STRONG><BR>
  2218. <DD>
  2219. (W parenthesis) You said something like
  2220. <PRE>
  2221.     my $foo, $bar = @_;</PRE>
  2222. <P>when you meant</P>
  2223. <PRE>
  2224.     my ($foo, $bar) = @_;</PRE>
  2225. <P>Remember that ``my'', ``our'', and ``local'' bind tighter than comma.</P>
  2226. <P></P>
  2227. <DT><STRONG><A NAME="item_Possible_Y2K_bug%3A_%25s">Possible Y2K bug: %s</A></STRONG><BR>
  2228. <DD>
  2229. (W y2k) You are concatenating the number 19 with another number, which
  2230. could be a potential Year 2000 problem.
  2231. <P></P>
  2232. <DT><STRONG><A NAME="item_pragma_%22attrs%22_is_deprecated%2C_use_%22sub_NAM">pragma ``attrs'' is deprecated, use ``sub NAME : ATTRS'' instead</A></STRONG><BR>
  2233. <DD>
  2234. (W deprecated) You have written somehing like this:
  2235. <PRE>
  2236.     sub doit
  2237.     {
  2238.         use attrs qw(locked);
  2239.     }</PRE>
  2240. <P>You should use the new declaration syntax instead.</P>
  2241. <PRE>
  2242.     sub doit : locked
  2243.     {
  2244.         ...</PRE>
  2245. <P>The <CODE>use attrs</CODE> pragma is now obsolete, and is only provided for
  2246. backward-compatibility. See <A HREF="../../lib/Pod/perlsub.html#subroutine attributes">Subroutine Attributes in the perlsub manpage</A>.</P>
  2247. <P></P>
  2248. <DT><STRONG><A NAME="item_Premature_end_of_script_headers">Premature end of script headers</A></STRONG><BR>
  2249. <DD>
  2250. See Server error.
  2251. <P></P>
  2252. <DT><STRONG><A NAME="item_Repeat_count_in_pack_overflows">Repeat count in pack overflows</A></STRONG><BR>
  2253. <DD>
  2254. (F) You can't specify a repeat count so large that it overflows
  2255. your signed integers.  See <A HREF="../../lib/Pod/perlfunc.html#pack">pack in the perlfunc manpage</A>.
  2256. <P></P>
  2257. <DT><STRONG><A NAME="item_Repeat_count_in_unpack_overflows">Repeat count in unpack overflows</A></STRONG><BR>
  2258. <DD>
  2259. (F) You can't specify a repeat count so large that it overflows
  2260. your signed integers.  See <A HREF="../../lib/Pod/perlfunc.html#unpack">unpack in the perlfunc manpage</A>.
  2261. <P></P>
  2262. <DT><STRONG><CODE>realloc()</CODE> of freed memory ignored</STRONG><BR>
  2263. <DD>
  2264. (S) An internal routine called <A HREF="#item_realloc"><CODE>realloc()</CODE></A> on something that had already
  2265. been freed.
  2266. <P></P>
  2267. <DT><STRONG><A NAME="item_Reference_is_already_weak">Reference is already weak</A></STRONG><BR>
  2268. <DD>
  2269. (W misc) You have attempted to weaken a reference that is already weak.
  2270. Doing so has no effect.
  2271. <P></P>
  2272. <DT><STRONG><A NAME="item_setpgrp_can%27t_take_arguments">setpgrp can't take arguments</A></STRONG><BR>
  2273. <DD>
  2274. (F) Your system has the <A HREF="../../lib/Pod/perlfunc.html#item_setpgrp"><CODE>setpgrp()</CODE></A> from BSD 4.2, which takes no arguments,
  2275. unlike POSIX setpgid(), which takes a process ID and process group ID.
  2276. <P></P>
  2277. <DT><STRONG><A NAME="item_Strange_%2A%2B%3F%7B%7D_on_zero%2Dlength_expressio">Strange *+?{} on zero-length expression</A></STRONG><BR>
  2278. <DD>
  2279. (W regexp) You applied a regular expression quantifier in a place where it
  2280. makes no sense, such as on a zero-width assertion.
  2281. Try putting the quantifier inside the assertion instead.  For example,
  2282. the way to match ``abc'' provided that it is followed by three
  2283. repetitions of ``xyz'' is <CODE>/abc(?=(?:xyz){3})/</CODE>, not <CODE>/abc(?=xyz){3}/</CODE>.
  2284. <P></P>
  2285. <DT><STRONG><A NAME="item_switching_effective_%25s_is_not_implemented">switching effective %s is not implemented</A></STRONG><BR>
  2286. <DD>
  2287. (F) While under the <CODE>use filetest</CODE> pragma, we cannot switch the
  2288. real and effective uids or gids.
  2289. <P></P>
  2290. <DT><STRONG><A NAME="item_elements">This Perl can't reset CRTL environ elements (%s)</A></STRONG><BR>
  2291. <DD>
  2292. <DT><STRONG>This Perl can't set CRTL environ elements (%s=%s)</STRONG><BR>
  2293. <DD>
  2294. (W internal) Warnings peculiar to VMS.  You tried to change or delete an element
  2295. of the CRTL's internal environ array, but your copy of Perl wasn't
  2296. built with a CRTL that contained the <CODE>setenv()</CODE> function.  You'll need to
  2297. rebuild Perl with a CRTL that does, or redefine <EM>PERL_ENV_TABLES</EM> (see
  2298. <A HREF="../../lib/Pod/perlvms.html">the perlvms manpage</A>) so that the environ array isn't the target of the change to
  2299. %ENV which produced the warning.
  2300. <P></P>
  2301. <DT><STRONG><A NAME="item_Too_late_to_run_%25s_block">Too late to run %s block</A></STRONG><BR>
  2302. <DD>
  2303. (W void) A CHECK or INIT block is being defined during run time proper,
  2304. when the opportunity to run them has already passed.  Perhaps you are
  2305. loading a file with <A HREF="../../lib/Pod/perlfunc.html#item_require"><CODE>require</CODE></A> or <A HREF="../../lib/Pod/perlfunc.html#item_do"><CODE>do</CODE></A> when you should be using
  2306. <A HREF="../../lib/Pod/perlfunc.html#item_use"><CODE>use</CODE></A> instead.  Or perhaps you should put the <A HREF="../../lib/Pod/perlfunc.html#item_require"><CODE>require</CODE></A> or <A HREF="../../lib/Pod/perlfunc.html#item_do"><CODE>do</CODE></A>
  2307. inside a BEGIN block.
  2308. <P></P>
  2309. <DT><STRONG><A NAME="item_open">Unknown <CODE>open()</CODE> mode '%s'</A></STRONG><BR>
  2310. <DD>
  2311. (F) The second argument of 3-argument <A HREF="#item_open"><CODE>open()</CODE></A> is not among the list
  2312. of valid modes: <CODE><</CODE>, <CODE>></CODE>, <CODE>>></CODE>, <CODE>+<</CODE>,
  2313. <CODE>+></CODE>, <CODE>+>></CODE>, <CODE>-|</CODE>, <CODE>|-</CODE>.
  2314. <P></P>
  2315. <DT><STRONG><A NAME="item_Unknown_process_%25x_sent_message_to_prime_env_ite">Unknown process %x sent message to prime_env_iter: %s</A></STRONG><BR>
  2316. <DD>
  2317. (P) An error peculiar to VMS.  Perl was reading values for %ENV before
  2318. iterating over it, and someone else stuck a message in the stream of
  2319. data Perl expected.  Someone's very confused, or perhaps trying to
  2320. subvert Perl's population of %ENV for nefarious purposes.
  2321. <P></P>
  2322. <DT><STRONG><A NAME="item_Unrecognized_escape_%5C%5C%25c_passed_through">Unrecognized escape \\%c passed through</A></STRONG><BR>
  2323. <DD>
  2324. (W misc) You used a backslash-character combination which is not recognized
  2325. by Perl.  The character was understood literally.
  2326. <P></P>
  2327. <DT><STRONG><A NAME="item_Unterminated_attribute_parameter_in_attribute_list">Unterminated attribute parameter in attribute list</A></STRONG><BR>
  2328. <DD>
  2329. (F) The lexer saw an opening (left) parenthesis character while parsing an
  2330. attribute list, but the matching closing (right) parenthesis
  2331. character was not found.  You may need to add (or remove) a backslash
  2332. character to get your parentheses to balance.  See <A HREF="../../lib/attributes.html">the attributes manpage</A>.
  2333. <P></P>
  2334. <DT><STRONG><A NAME="item_Unterminated_attribute_list">Unterminated attribute list</A></STRONG><BR>
  2335. <DD>
  2336. (F) The lexer found something other than a simple identifier at the start
  2337. of an attribute, and it wasn't a semicolon or the start of a
  2338. block.  Perhaps you terminated the parameter list of the previous attribute
  2339. too soon.  See <A HREF="../../lib/attributes.html">the attributes manpage</A>.
  2340. <P></P>
  2341. <DT><STRONG><A NAME="item_Unterminated_attribute_parameter_in_subroutine_att">Unterminated attribute parameter in subroutine attribute list</A></STRONG><BR>
  2342. <DD>
  2343. (F) The lexer saw an opening (left) parenthesis character while parsing a
  2344. subroutine attribute list, but the matching closing (right) parenthesis
  2345. character was not found.  You may need to add (or remove) a backslash
  2346. character to get your parentheses to balance.
  2347. <P></P>
  2348. <DT><STRONG><A NAME="item_Unterminated_subroutine_attribute_list">Unterminated subroutine attribute list</A></STRONG><BR>
  2349. <DD>
  2350. (F) The lexer found something other than a simple identifier at the start
  2351. of a subroutine attribute, and it wasn't a semicolon or the start of a
  2352. block.  Perhaps you terminated the parameter list of the previous attribute
  2353. too soon.
  2354. <P></P>
  2355. <DT><STRONG><A NAME="item_Value_of_CLI_symbol_%22%25s%22_too_long">Value of CLI symbol ``%s'' too long</A></STRONG><BR>
  2356. <DD>
  2357. (W misc) A warning peculiar to VMS.  Perl tried to read the value of an %ENV
  2358. element from a CLI symbol table, and found a resultant string longer
  2359. than 1024 characters.  The return value has been truncated to 1024
  2360. characters.
  2361. <P></P>
  2362. <DT><STRONG><A NAME="item_Version_number_must_be_a_constant_number">Version number must be a constant number</A></STRONG><BR>
  2363. <DD>
  2364. (P) The attempt to translate a <CODE>use Module n.n LIST</CODE> statement into
  2365. its equivalent <CODE>BEGIN</CODE> block found an internal inconsistency with
  2366. the version number.
  2367. <P></P></DL>
  2368. <P>
  2369. <HR>
  2370. <H1><A NAME="new tests">New tests</A></H1>
  2371. <DL>
  2372. <DT><STRONG><A NAME="item_lib%2Fattrs">lib/attrs</A></STRONG><BR>
  2373. <DD>
  2374. Compatibility tests for <CODE>sub : attrs</CODE> vs the older <CODE>use attrs</CODE>.
  2375. <P></P>
  2376. <DT><STRONG><A NAME="item_lib%2Fenv">lib/env</A></STRONG><BR>
  2377. <DD>
  2378. Tests for new environment scalar capability (e.g., <A HREF="../../lib/Pod/perlfunc.html#item_qw"><CODE>use Env qw($BAR);</CODE></A>).
  2379. <P></P>
  2380. <DT><STRONG><A NAME="item_lib%2Fenv%2Darray">lib/env-array</A></STRONG><BR>
  2381. <DD>
  2382. Tests for new environment array capability (e.g., <A HREF="../../lib/Pod/perlfunc.html#item_qw"><CODE>use Env qw(@PATH);</CODE></A>).
  2383. <P></P>
  2384. <DT><STRONG><A NAME="item_lib%2Fio_const">lib/io_const</A></STRONG><BR>
  2385. <DD>
  2386. IO constants (SEEK_*, _IO*).
  2387. <P></P>
  2388. <DT><STRONG><A NAME="item_lib%2Fio_dir">lib/io_dir</A></STRONG><BR>
  2389. <DD>
  2390. Directory-related IO methods (new, read, close, rewind, tied delete).
  2391. <P></P>
  2392. <DT><STRONG><A NAME="item_lib%2Fio_multihomed">lib/io_multihomed</A></STRONG><BR>
  2393. <DD>
  2394. INET sockets with multi-homed hosts.
  2395. <P></P>
  2396. <DT><STRONG><A NAME="item_lib%2Fio_poll">lib/io_poll</A></STRONG><BR>
  2397. <DD>
  2398. IO poll().
  2399. <P></P>
  2400. <DT><STRONG><A NAME="item_lib%2Fio_unix">lib/io_unix</A></STRONG><BR>
  2401. <DD>
  2402. UNIX sockets.
  2403. <P></P>
  2404. <DT><STRONG><A NAME="item_op%2Fattrs">op/attrs</A></STRONG><BR>
  2405. <DD>
  2406. Regression tests for <A HREF="../../lib/Pod/perlfunc.html#item_my"><CODE>my ($x,@y,%z) : attrs</CODE></A> and <sub : attrs>.
  2407. <P></P>
  2408. <DT><STRONG><A NAME="item_op%2Ffiletest">op/filetest</A></STRONG><BR>
  2409. <DD>
  2410. File test operators.
  2411. <P></P>
  2412. <DT><STRONG><A NAME="item_op%2Flex_assign">op/lex_assign</A></STRONG><BR>
  2413. <DD>
  2414. Verify operations that access pad objects (lexicals and temporaries).
  2415. <P></P>
  2416. <DT><STRONG><A NAME="item_op%2Fexists_sub">op/exists_sub</A></STRONG><BR>
  2417. <DD>
  2418. Verify <CODE>exists &sub</CODE> operations.
  2419. <P></P></DL>
  2420. <P>
  2421. <HR>
  2422. <H1><A NAME="incompatible changes">Incompatible Changes</A></H1>
  2423. <P>
  2424. <H2><A NAME="perl source incompatibilities">Perl Source Incompatibilities</A></H2>
  2425. <P>Beware that any new warnings that have been added or old ones
  2426. that have been enhanced are <STRONG>not</STRONG> considered incompatible changes.</P>
  2427. <P>Since all new warnings must be explicitly requested via the <CODE>-w</CODE>
  2428. switch or the <CODE>warnings</CODE> pragma, it is ultimately the programmer's
  2429. responsibility to ensure that warnings are enabled judiciously.</P>
  2430. <DL>
  2431. <DT><STRONG><A NAME="item_CHECK_is_a_new_keyword">CHECK is a new keyword</A></STRONG><BR>
  2432. <DD>
  2433. All subroutine definitions named CHECK are now special.  See
  2434. <CODE>/"Support for CHECK blocks"</CODE> for more information.
  2435. <P></P>
  2436. <DT><STRONG><A NAME="item_Treatment_of_list_slices_of_undef_has_changed">Treatment of list slices of undef has changed</A></STRONG><BR>
  2437. <DD>
  2438. There is a potential incompatibility in the behavior of list slices
  2439. that are comprised entirely of undefined values.
  2440. See <A HREF="#behavior of list slices is more consistent">Behavior of list slices is more consistent</A>.
  2441. <P></P></DL>
  2442. <P>
  2443. <H2><A NAME="format of $english::perl_version is different">Format of $English::PERL_VERSION is different</A></H2>
  2444. <P>The English module now sets $PERL_VERSION to $^V (a string value) rather
  2445. than <CODE>$]</CODE> (a numeric value).  This is a potential incompatibility.
  2446. Send us a report via perlbug if you are affected by this.</P>
  2447. <P>See <A HREF="#improved perl version numbering system">Improved Perl version numbering system</A> for the reasons for
  2448. this change.</P>
  2449. <DL>
  2450. <DT><STRONG><A NAME="item_Literals_of_the_form_1%2E2%2E3_parse_differently">Literals of the form <CODE>1.2.3</CODE> parse differently</A></STRONG><BR>
  2451. <DD>
  2452. Previously, numeric literals with more than one dot in them were
  2453. interpreted as a floating point number concatenated with one or more
  2454. numbers.  Such ``numbers'' are now parsed as strings composed of the
  2455. specified ordinals.
  2456. <P>For example, <CODE>print 97.98.99</CODE> used to output <CODE>97.9899</CODE> in earlier
  2457. versions, but now prints <CODE>abc</CODE>.</P>
  2458. <P>See <A HREF="#support for strings represented as a vector of ordinals">Support for strings represented as a vector of ordinals</A>.</P>
  2459. <P></P>
  2460. <DT><STRONG><A NAME="item_Possibly_changed_pseudo%2Drandom_number_generator">Possibly changed pseudo-random number generator</A></STRONG><BR>
  2461. <DD>
  2462. Perl programs that depend on reproducing a specific set of pseudo-random
  2463. numbers may now produce different output due to improvements made to the
  2464. <A HREF="../../lib/Pod/perlfunc.html#item_rand"><CODE>rand()</CODE></A> builtin.  You can use <CODE>sh Configure -Drandfunc=rand</CODE> to obtain
  2465. the old behavior.
  2466. <P>See <A HREF="#better pseudorandom number generator">Better pseudo-random number generator</A>.</P>
  2467. <P></P>
  2468. <DT><STRONG><A NAME="item_Hashing_function_for_hash_keys_has_changed">Hashing function for hash keys has changed</A></STRONG><BR>
  2469. <DD>
  2470. Even though Perl hashes are not order preserving, the apparently
  2471. random order encountered when iterating on the contents of a hash
  2472. is actually determined by the hashing algorithm used.  Improvements
  2473. in the algorithm may yield a random order that is <STRONG>different</STRONG> from
  2474. that of previous versions, especially when iterating on hashes.
  2475. <P>See <A HREF="#better worstcase behavior of hashes">Better worst-case behavior of hashes</A> for additional
  2476. information.</P>
  2477. <P></P>
  2478. <DT><STRONG><A NAME="item_undef_fails_on_read_only_values"><A HREF="../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A> fails on read only values</A></STRONG><BR>
  2479. <DD>
  2480. Using the <A HREF="../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A> operator on a readonly value (such as $1) has
  2481. the same effect as assigning <A HREF="../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A> to the readonly value--it
  2482. throws an exception.
  2483. <P></P>
  2484. <DT><STRONG><A NAME="item_Close%2Don%2Dexec_bit_may_be_set_on_pipe_and_socke">Close-on-exec bit may be set on pipe and socket handles</A></STRONG><BR>
  2485. <DD>
  2486. Pipe and socket handles are also now subject to the close-on-exec
  2487. behavior determined by the special variable $^F.
  2488. <P>See <A HREF="#more consistent closeonexec behavior">More consistent close-on-exec behavior</A>.</P>
  2489. <P></P>
  2490. <DT><STRONG><A NAME="item_Writing_%22%24%241%22_to_mean_%22%24%7B%24%7D1%22_">Writing <CODE>"$$1"</CODE> to mean <CODE>"${$}1"</CODE> is unsupported</A></STRONG><BR>
  2491. <DD>
  2492. Perl 5.004 deprecated the interpretation of <CODE>$$1</CODE> and
  2493. similar within interpolated strings to mean <CODE>$$ . "1"</CODE>,
  2494. but still allowed it.
  2495. <P>In Perl 5.6.0 and later, <CODE>"$$1"</CODE> always means <CODE>"${$1}"</CODE>.</P>
  2496. <P></P>
  2497. <DT><STRONG>delete(), <A HREF="../../lib/Pod/perlfunc.html#item_values"><CODE>values()</CODE></A> and <CODE>\(%h)</CODE> operate on aliases to values, not copies</STRONG><BR>
  2498. <DD>
  2499. delete(), each(), <A HREF="../../lib/Pod/perlfunc.html#item_values"><CODE>values()</CODE></A> and hashes in a list context return the actual
  2500. values in the hash, instead of copies (as they used to in earlier
  2501. versions).  Typical idioms for using these constructs copy the
  2502. returned values, but this can make a significant difference when
  2503. creating references to the returned values.  Keys in the hash are still
  2504. returned as copies when iterating on a hash.
  2505. <P>See also <A HREF="#delete(), each(), values() and hash iteration are faster">delete(), each(), values() and hash iteration are faster</A>.</P>
  2506. <P></P>
  2507. <DT><STRONG><A NAME="item_vec"><CODE>vec(EXPR,OFFSET,BITS)</CODE> enforces powers-of-two BITS</A></STRONG><BR>
  2508. <DD>
  2509. <A HREF="#item_vec"><CODE>vec()</CODE></A> generates a run-time error if the BITS argument is not
  2510. a valid power-of-two integer.
  2511. <P></P>
  2512. <DT><STRONG><A NAME="item_Text_of_some_diagnostic_output_has_changed">Text of some diagnostic output has changed</A></STRONG><BR>
  2513. <DD>
  2514. Most references to internal Perl operations in diagnostics
  2515. have been changed to be more descriptive.  This may be an
  2516. issue for programs that may incorrectly rely on the exact
  2517. text of diagnostics for proper functioning.
  2518. <P></P>
  2519. <DT><STRONG><A NAME="item_%@"><CODE>%@</CODE> has been removed</A></STRONG><BR>
  2520. <DD>
  2521. The undocumented special variable <A HREF="#item_%@"><CODE>%@</CODE></A> that used to accumulate
  2522. ``background'' errors (such as those that happen in <CODE>DESTROY())</CODE>
  2523. has been removed, because it could potentially result in memory
  2524. leaks.
  2525. <P></P>
  2526. <DT><STRONG><A NAME="item_not">Parenthesized <CODE>not()</CODE> behaves like a list operator</A></STRONG><BR>
  2527. <DD>
  2528. The <A HREF="#item_not"><CODE>not</CODE></A> operator now falls under the ``if it looks like a function,
  2529. it behaves like a function'' rule.
  2530. <P>As a result, the parenthesized form can be used with <A HREF="../../lib/Pod/perlfunc.html#item_grep"><CODE>grep</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_map"><CODE>map</CODE></A>.
  2531. The following construct used to be a syntax error before, but it works
  2532. as expected now:</P>
  2533. <PRE>
  2534.     grep not($_), @things;</PRE>
  2535. <P>On the other hand, using <A HREF="#item_not"><CODE>not</CODE></A> with a literal list slice may not
  2536. work.  The following previously allowed construct:</P>
  2537. <PRE>
  2538.     print not (1,2,3)[0];</PRE>
  2539. <P>needs to be written with additional parentheses now:</P>
  2540. <PRE>
  2541.     print not((1,2,3)[0]);</PRE>
  2542. <P>The behavior remains unaffected when <A HREF="#item_not"><CODE>not</CODE></A> is not followed by parentheses.</P>
  2543. <P></P>
  2544. <DT><STRONG>Semantics of bareword prototype <CODE>(*)</CODE> have changed</STRONG><BR>
  2545. <DD>
  2546. The semantics of the bareword prototype <CODE>*</CODE> have changed.  Perl 5.005
  2547. always coerced simple scalar arguments to a typeglob, which wasn't useful
  2548. in situations where the subroutine must distinguish between a simple
  2549. scalar and a typeglob.  The new behavior is to not coerce bareword
  2550. arguments to a typeglob.  The value will always be visible as either
  2551. a simple scalar or as a reference to a typeglob.
  2552. <P>See <A HREF="#more functional bareword prototype (*)">More functional bareword prototype (*)</A>.</P>
  2553. <P></P></DL>
  2554. <P>
  2555. <H2><A NAME="semantics of bit operators may have changed on 64bit platforms">Semantics of bit operators may have changed on 64-bit platforms</A></H2>
  2556. <P>If your platform is either natively 64-bit or if Perl has been
  2557. configured to used 64-bit integers, i.e., $Config{ivsize} is 8, 
  2558. there may be a potential incompatibility in the behavior of bitwise
  2559. numeric operators (& | ^ ~ << >>).  These operators used to strictly
  2560. operate on the lower 32 bits of integers in previous versions, but now
  2561. operate over the entire native integral width.  In particular, note
  2562. that unary <CODE>~</CODE> will produce different results on platforms that have
  2563. different $Config{ivsize}.  For portability, be sure to mask off
  2564. the excess bits in the result of unary <CODE>~</CODE>, e.g., <CODE>~$x & 0xffffffff</CODE>.</P>
  2565. <P>See <A HREF="#bit operators support full native integer width">Bit operators support full native integer width</A>.</P>
  2566. <P>
  2567. <H2><A NAME="more builtins taint their results">More builtins taint their results</A></H2>
  2568. <P>As described in <A HREF="#improved security features">Improved security features</A>, there may be more
  2569. sources of taint in a Perl program.</P>
  2570. <P>To avoid these new tainting behaviors, you can build Perl with the
  2571. Configure option <CODE>-Accflags=-DINCOMPLETE_TAINTS</CODE>.  Beware that the
  2572. ensuing perl binary may be insecure.</P>
  2573. <P>
  2574. <H2><A NAME="c source incompatibilities">C Source Incompatibilities</A></H2>
  2575. <DL>
  2576. <DT><STRONG><A NAME="item_PERL_POLLUTE"><CODE>PERL_POLLUTE</CODE></A></STRONG><BR>
  2577. <DD>
  2578. Release 5.005 grandfathered old global symbol names by providing preprocessor
  2579. macros for extension source compatibility.  As of release 5.6.0, these
  2580. preprocessor definitions are not available by default.  You need to explicitly
  2581. compile perl with <CODE>-DPERL_POLLUTE</CODE> to get these definitions.  For
  2582. extensions still using the old symbols, this option can be
  2583. specified via MakeMaker:
  2584. <PRE>
  2585.     perl Makefile.PL POLLUTE=1</PRE>
  2586. <P></P>
  2587. <DT><STRONG><A NAME="item_PERL_IMPLICIT_CONTEXT"><CODE>PERL_IMPLICIT_CONTEXT</CODE></A></STRONG><BR>
  2588. <DD>
  2589. This new build option provides a set of macros for all API functions
  2590. such that an implicit interpreter/thread context argument is passed to
  2591. every API function.  As a result of this, something like <CODE>sv_setsv(foo,bar)</CODE>
  2592. amounts to a macro invocation that actually translates to something like
  2593. <CODE>Perl_sv_setsv(my_perl,foo,bar)</CODE>.  While this is generally expected
  2594. to not have any significant source compatibility issues, the difference
  2595. between a macro and a real function call will need to be considered.
  2596. <P>This means that there <STRONG>is</STRONG> a source compatibility issue as a result of
  2597. this if your extensions attempt to use pointers to any of the Perl API
  2598. functions.</P>
  2599. <P>Note that the above issue is not relevant to the default build of
  2600. Perl, whose interfaces continue to match those of prior versions
  2601. (but subject to the other options described here).</P>
  2602. <P>See <A HREF="../../lib/Pod/perlguts.html#the perl api">The Perl API in the perlguts manpage</A> for detailed information on the
  2603. ramifications of building Perl with this option.</P>
  2604. <PRE>
  2605.     NOTE: PERL_IMPLICIT_CONTEXT is automatically enabled whenever Perl is built
  2606.     with one of -Dusethreads, -Dusemultiplicity, or both.  It is not
  2607.     intended to be enabled by users at this time.</PRE>
  2608. <P></P>
  2609. <DT><STRONG><A NAME="item_PERL_POLLUTE_MALLOC"><CODE>PERL_POLLUTE_MALLOC</CODE></A></STRONG><BR>
  2610. <DD>
  2611. Enabling Perl's malloc in release 5.005 and earlier caused the namespace of
  2612. the system's malloc family of functions to be usurped by the Perl versions,
  2613. since by default they used the same names.  Besides causing problems on
  2614. platforms that do not allow these functions to be cleanly replaced, this
  2615. also meant that the system versions could not be called in programs that
  2616. used Perl's malloc.  Previous versions of Perl have allowed this behaviour
  2617. to be suppressed with the HIDEMYMALLOC and EMBEDMYMALLOC preprocessor
  2618. definitions.
  2619. <P>As of release 5.6.0, Perl's malloc family of functions have default names
  2620. distinct from the system versions.  You need to explicitly compile perl with
  2621. <CODE>-DPERL_POLLUTE_MALLOC</CODE> to get the older behaviour.  HIDEMYMALLOC
  2622. and EMBEDMYMALLOC have no effect, since the behaviour they enabled is now
  2623. the default.</P>
  2624. <P>Note that these functions do <STRONG>not</STRONG> constitute Perl's memory allocation API.
  2625. See <A HREF="../../lib/Pod/perlguts.html#memory allocation">Memory Allocation in the perlguts manpage</A> for further information about that.</P>
  2626. <P></P></DL>
  2627. <P>
  2628. <H2><A NAME="compatible c source api changes">Compatible C Source API Changes</A></H2>
  2629. <DL>
  2630. <DT><STRONG><A NAME="item_PATCHLEVEL_is_now_PERL_VERSION"><CODE>PATCHLEVEL</CODE> is now <CODE>PERL_VERSION</CODE></A></STRONG><BR>
  2631. <DD>
  2632. The cpp macros <CODE>PERL_REVISION</CODE>, <CODE>PERL_VERSION</CODE>, and <CODE>PERL_SUBVERSION</CODE>
  2633. are now available by default from perl.h, and reflect the base revision,
  2634. patchlevel, and subversion respectively.  <CODE>PERL_REVISION</CODE> had no
  2635. prior equivalent, while <CODE>PERL_VERSION</CODE> and <CODE>PERL_SUBVERSION</CODE> were
  2636. previously available as <CODE>PATCHLEVEL</CODE> and <CODE>SUBVERSION</CODE>.
  2637. <P>The new names cause less pollution of the <STRONG>cpp</STRONG> namespace and reflect what
  2638. the numbers have come to stand for in common practice.  For compatibility,
  2639. the old names are still supported when <EM>patchlevel.h</EM> is explicitly
  2640. included (as required before), so there is no source incompatibility
  2641. from the change.</P>
  2642. <P></P></DL>
  2643. <P>
  2644. <H2><A NAME="binary incompatibilities">Binary Incompatibilities</A></H2>
  2645. <P>In general, the default build of this release is expected to be binary
  2646. compatible for extensions built with the 5.005 release or its maintenance
  2647. versions.  However, specific platforms may have broken binary compatibility
  2648. due to changes in the defaults used in hints files.  Therefore, please be
  2649. sure to always check the platform-specific README files for any notes to
  2650. the contrary.</P>
  2651. <P>The usethreads or usemultiplicity builds are <STRONG>not</STRONG> binary compatible
  2652. with the corresponding builds in 5.005.</P>
  2653. <P>On platforms that require an explicit list of exports (AIX, OS/2 and Windows,
  2654. among others), purely internal symbols such as parser functions and the
  2655. run time opcodes are not exported by default.  Perl 5.005 used to export
  2656. all functions irrespective of whether they were considered part of the
  2657. public API or not.</P>
  2658. <P>For the full list of public API functions, see <A HREF="../../lib/Pod/perlapi.html">the perlapi manpage</A>.</P>
  2659. <P>
  2660. <HR>
  2661. <H1><A NAME="known problems">Known Problems</A></H1>
  2662. <P>
  2663. <H2><A NAME="thread test failures">Thread test failures</A></H2>
  2664. <P>The subtests 19 and 20 of lib/thr5005.t test are known to fail due to
  2665. fundamental problems in the 5.005 threading implementation.  These are
  2666. not new failures--Perl 5.005_0x has the same bugs, but didn't have these
  2667. tests.</P>
  2668. <P>
  2669. <H2><A NAME="ebcdic platforms not supported">EBCDIC platforms not supported</A></H2>
  2670. <P>In earlier releases of Perl, EBCDIC environments like OS390 (also
  2671. known as Open Edition MVS) and VM-ESA were supported.  Due to changes
  2672. required by the UTF-8 (Unicode) support, the EBCDIC platforms are not
  2673. supported in Perl 5.6.0.</P>
  2674. <P>
  2675. <H2><A NAME="in 64bit hpux the lib/io_multihomed test may hang">In 64-bit HP-UX the lib/io_multihomed test may hang</A></H2>
  2676. <P>The lib/io_multihomed test may hang in HP-UX if Perl has been
  2677. configured to be 64-bit.  Because other 64-bit platforms do not
  2678. hang in this test, HP-UX is suspect.  All other tests pass
  2679. in 64-bit HP-UX.  The test attempts to create and connect to
  2680. ``multihomed'' sockets (sockets which have multiple IP addresses).</P>
  2681. <P>
  2682. <H2><A NAME="nextstep 3.3 posix test failure">NEXTSTEP 3.3 POSIX test failure</A></H2>
  2683. <P>In NEXTSTEP 3.3p2 the implementation of the <CODE>strftime(3)</CODE> in the
  2684. operating system libraries is buggy: the %j format numbers the days of
  2685. a month starting from zero, which, while being logical to programmers,
  2686. will cause the subtests 19 to 27 of the lib/posix test may fail.</P>
  2687. <P>
  2688. <H2><A NAME="tru64 (aka digital unix, aka dec osf/1) lib/sdbm test failure with gcc">Tru64 (aka Digital UNIX, aka DEC OSF/1) lib/sdbm test failure with gcc</A></H2>
  2689. <P>If compiled with gcc 2.95 the lib/sdbm test will fail (dump core).
  2690. The cure is to use the vendor cc, it comes with the operating system
  2691. and produces good code.</P>
  2692. <P>
  2693. <H2><A NAME="unicos/mk cc failures during configure run">UNICOS/mk CC failures during Configure run</A></H2>
  2694. <P>In UNICOS/mk the following errors may appear during the Configure run:</P>
  2695. <PRE>
  2696.         Guessing which symbols your C compiler and preprocessor define...
  2697.         CC-20 cc: ERROR File = try.c, Line = 3
  2698.         ...
  2699.           bad switch yylook 79bad switch yylook 79bad switch yylook 79bad switch yylook 79#ifdef A29K
  2700.         ...
  2701.         4 errors detected in the compilation of "try.c".</PRE>
  2702. <P>The culprit is the broken awk of UNICOS/mk.  The effect is fortunately
  2703. rather mild: Perl itself is not adversely affected by the error, only
  2704. the h2ph utility coming with Perl, and that is rather rarely needed
  2705. these days.</P>
  2706. <P>
  2707. <H2><A NAME="arrow operator and arrays">Arrow operator and arrays</A></H2>
  2708. <P>When the left argument to the arrow operator <CODE>-></CODE> is an array, or
  2709. the <A HREF="../../lib/Pod/perlfunc.html#item_scalar"><CODE>scalar</CODE></A> operator operating on an array, the result of the
  2710. operation must be considered erroneous. For example:</P>
  2711. <PRE>
  2712.     @x->[2]
  2713.     scalar(@x)->[2]</PRE>
  2714. <P>These expressions will get run-time errors in some future release of
  2715. Perl.</P>
  2716. <P>
  2717. <H2><A NAME="windows 2000">Windows 2000</A></H2>
  2718. <P>Windows 2000 is known to fail test 22 in lib/open3.t (cause unknown at
  2719. this time).  That test passes under Windows NT.</P>
  2720. <P>
  2721. <H2><A NAME="experimental features">Experimental features</A></H2>
  2722. <P>As discussed above, many features are still experimental.  Interfaces and
  2723. implementation of these features are subject to change, and in extreme cases,
  2724. even subject to removal in some future release of Perl.  These features
  2725. include the following:</P>
  2726. <DL>
  2727. <DT><STRONG><A NAME="item_Threads">Threads</A></STRONG><BR>
  2728. <DD>
  2729. <DT><STRONG><A NAME="item_Unicode">Unicode</A></STRONG><BR>
  2730. <DD>
  2731. <LI><STRONG><A NAME="item_%2Dbit_support">-bit support</A></STRONG><BR>
  2732.  
  2733. <DT><STRONG><A NAME="item_Lvalue_subroutines">Lvalue subroutines</A></STRONG><BR>
  2734. <DD>
  2735. <DT><STRONG><A NAME="item_Weak_references">Weak references</A></STRONG><BR>
  2736. <DD>
  2737. <DT><STRONG><A NAME="item_The_pseudo%2Dhash_data_type">The pseudo-hash data type</A></STRONG><BR>
  2738. <DD>
  2739. <DT><STRONG><A NAME="item_The_Compiler_suite">The Compiler suite</A></STRONG><BR>
  2740. <DD>
  2741. <DT><STRONG><A NAME="item_Internal_implementation_of_file_globbing">Internal implementation of file globbing</A></STRONG><BR>
  2742. <DD>
  2743. <DT><STRONG><A NAME="item_The_DB_module">The DB module</A></STRONG><BR>
  2744. <DD>
  2745. <DT><STRONG><A NAME="item_constructs">The regular expression constructs <CODE>(?{ code })</CODE> and <CODE>(??{ code })</CODE></A></STRONG><BR>
  2746. <DD>
  2747. </DL>
  2748. <P>
  2749. <HR>
  2750. <H1><A NAME="obsolete diagnostics">Obsolete Diagnostics</A></H1>
  2751. <DL>
  2752. <DT><STRONG><A NAME="item_Character_class_syntax_%5B%3A_%3A%5D_is_reserved_f">Character class syntax [: :] is reserved for future extensions</A></STRONG><BR>
  2753. <DD>
  2754. (W) Within regular expression character classes ([]) the syntax beginning
  2755. with ``[:'' and ending with ``:]'' is reserved for future extensions.
  2756. If you need to represent those character sequences inside a regular
  2757. expression character class, just quote the square brackets with the
  2758. backslash: ``\[:'' and ``:\]''.
  2759. <P></P>
  2760. <DT><STRONG><A NAME="item_Ill%2Dformed_logical_name_%7C%25s%7C_in_prime_env_">Ill-formed logical name |%s| in prime_env_iter</A></STRONG><BR>
  2761. <DD>
  2762. (W) A warning peculiar to VMS.  A logical name was encountered when preparing
  2763. to iterate over %ENV which violates the syntactic rules governing logical
  2764. names.  Because it cannot be translated normally, it is skipped, and will not
  2765. appear in %ENV.  This may be a benign occurrence, as some software packages
  2766. might directly modify logical name tables and introduce nonstandard names,
  2767. or it may indicate that a logical name table has been corrupted.
  2768. <P></P>
  2769. <DT><STRONG><A NAME="item_Probable_precedence_problem_on_%25s">Probable precedence problem on %s</A></STRONG><BR>
  2770. <DD>
  2771. (W) The compiler found a bareword where it expected a conditional,
  2772. which often indicates that an || or && was parsed as part of the
  2773. last argument of the previous construct, for example:
  2774. <PRE>
  2775.     open FOO || die;</PRE>
  2776. <P></P>
  2777. <DT><STRONG><A NAME="item_regexp_too_big">regexp too big</A></STRONG><BR>
  2778. <DD>
  2779. (F) The current implementation of regular expressions uses shorts as
  2780. address offsets within a string.  Unfortunately this means that if
  2781. the regular expression compiles to longer than 32767, it'll blow up.
  2782. Usually when you want a regular expression this big, there is a better
  2783. way to do it with multiple statements.  See <A HREF="../../lib/Pod/perlre.html">the perlre manpage</A>.
  2784. <P></P>
  2785. <DT><STRONG><A NAME="item_Use_of_%22%24%24%3Cdigit%3E%22_to_mean_%22%24%7B%2">Use of ``$$<digit>'' to mean ``${$}<digit>'' is deprecated</A></STRONG><BR>
  2786. <DD>
  2787. (D) Perl versions before 5.004 misinterpreted any type marker followed
  2788. by ``$'' and a digit.  For example, ``$$0'' was incorrectly taken to mean
  2789. ``${$}0'' instead of ``${$0}''.  This bug is (mostly) fixed in Perl 5.004.
  2790. <P>However, the developers of Perl 5.004 could not fix this bug completely,
  2791. because at least two widely-used modules depend on the old meaning of
  2792. ``$$0'' in a string.  So Perl 5.004 still interprets ``$$<digit>'' in the
  2793. old (broken) way inside strings; but it generates this message as a
  2794. warning.  And in Perl 5.005, this special treatment will cease.</P>
  2795. <P></P></DL>
  2796. <P>
  2797. <HR>
  2798. <H1><A NAME="reporting bugs">Reporting Bugs</A></H1>
  2799. <P>If you find what you think is a bug, you might check the
  2800. articles recently posted to the comp.lang.perl.misc newsgroup.
  2801. There may also be information at <A HREF="http://www.perl.com/perl/,">http://www.perl.com/perl/,</A> the Perl
  2802. Home Page.</P>
  2803. <P>If you believe you have an unreported bug, please run the <STRONG>perlbug</STRONG>
  2804. program included with your release.  Be sure to trim your bug down
  2805. to a tiny but sufficient test case.  Your bug report, along with the
  2806. output of <CODE>perl -V</CODE>, will be sent off to <A HREF="mailto:perlbug@perl.com">perlbug@perl.com</A> to be
  2807. analysed by the Perl porting team.</P>
  2808. <P>
  2809. <HR>
  2810. <H1><A NAME="see also">SEE ALSO</A></H1>
  2811. <P>The <EM>Changes</EM> file for exhaustive details on what changed.</P>
  2812. <P>The <EM>INSTALL</EM> file for how to build Perl.</P>
  2813. <P>The <EM>README</EM> file for general stuff.</P>
  2814. <P>The <EM>Artistic</EM> and <EM>Copying</EM> files for copyright information.</P>
  2815. <P>
  2816. <HR>
  2817. <H1><A NAME="history">HISTORY</A></H1>
  2818. <P>Written by Gurusamy Sarathy <<EM><A HREF="mailto:gsar@activestate.com">gsar@activestate.com</A></EM>>, with many
  2819. contributions from The Perl Porters.</P>
  2820. <P>Send omissions or corrections to <<EM><A HREF="mailto:perlbug@perl.com">perlbug@perl.com</A></EM>>.</P>
  2821. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  2822. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  2823. <STRONG><P CLASS=block> perldelta - what's new for perl v5.6.0</P></STRONG>
  2824. </TD></TR>
  2825. </TABLE>
  2826.  
  2827. </BODY>
  2828.  
  2829. </HTML>
  2830.