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

  1. <HTML>
  2. <HEAD>
  3. <TITLE>perldelta - what's new for perl5.005</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 perl5.005</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="#about the new versioning system">About the new versioning system</A></LI>
  23.     <LI><A HREF="#incompatible changes">Incompatible Changes</A></LI>
  24.     <UL>
  25.  
  26.         <LI><A HREF="#warning: this version is not binary compatible with perl 5.004.">WARNING:  This version is not binary compatible with Perl 5.004.</A></LI>
  27.         <LI><A HREF="#default installation structure has changed">Default installation structure has changed</A></LI>
  28.         <LI><A HREF="#perl source compatibility">Perl Source Compatibility</A></LI>
  29.         <LI><A HREF="#c source compatibility">C Source Compatibility</A></LI>
  30.         <LI><A HREF="#binary compatibility">Binary Compatibility</A></LI>
  31.         <LI><A HREF="#security fixes may affect compatibility">Security fixes may affect compatibility</A></LI>
  32.         <LI><A HREF="#relaxed new mandatory warnings introduced in 5.004">Relaxed new mandatory warnings introduced in 5.004</A></LI>
  33.         <LI><A HREF="#licensing">Licensing</A></LI>
  34.     </UL>
  35.  
  36.     <LI><A HREF="#core changes">Core Changes</A></LI>
  37.     <UL>
  38.  
  39.         <LI><A HREF="#threads">Threads</A></LI>
  40.         <LI><A HREF="#compiler">Compiler</A></LI>
  41.         <LI><A HREF="#regular expressions">Regular Expressions</A></LI>
  42.         <LI><A HREF="#improved malloc()">Improved <CODE>malloc()</CODE></A></LI>
  43.         <LI><A HREF="#quicksort is internally implemented">Quicksort is internally implemented</A></LI>
  44.         <LI><A HREF="#reliable signals">Reliable signals</A></LI>
  45.         <LI><A HREF="#reliable stack pointers">Reliable stack pointers</A></LI>
  46.         <LI><A HREF="#more generous treatment of carriage returns">More generous treatment of carriage returns</A></LI>
  47.         <LI><A HREF="#memory leaks">Memory leaks</A></LI>
  48.         <LI><A HREF="#better support for multiple interpreters">Better support for multiple interpreters</A></LI>
  49.         <LI><A HREF="#behavior of local() on array and hash elements is now welldefined">Behavior of <A HREF="../../lib/Pod/perlfunc.html#item_local"><CODE>local()</CODE></A> on array and hash elements is now well-defined</A></LI>
  50.         <LI><A HREF="#%! is transparently tied to the errno module"><CODE>%!</CODE> is transparently tied to the <A HREF="../../lib/Errno.html">the Errno manpage</A> module</A></LI>
  51.         <LI><A HREF="#pseudohashes are supported">Pseudo-hashes are supported</A></LI>
  52.         <LI><A HREF="#expr foreach expr is supported"><CODE>EXPR foreach EXPR</CODE> is supported</A></LI>
  53.         <LI><A HREF="#keywords can be globally overridden">Keywords can be globally overridden</A></LI>
  54.         <LI><A HREF="#$^e is meaningful on win32"><CODE>$^E</CODE> is meaningful on Win32</A></LI>
  55.         <LI><A HREF="#foreach (1..1000000) optimized"><CODE>foreach (1..1000000)</CODE> optimized</A></LI>
  56.         <LI><A HREF="#foo:: can be used as implicitly quoted package name"><CODE>Foo::</CODE> can be used as implicitly quoted package name</A></LI>
  57.         <LI><A HREF="#exists $foo::{bar::} tests existence of a package"><CODE>exists $Foo::{Bar::}</CODE> tests existence of a package</A></LI>
  58.         <LI><A HREF="#better locale support">Better locale support</A></LI>
  59.         <LI><A HREF="#experimental support for 64bit platforms">Experimental support for 64-bit platforms</A></LI>
  60.         <LI><A HREF="#prototype() returns useful results on builtins"><A HREF="../../lib/Pod/perlfunc.html#item_prototype"><CODE>prototype()</CODE></A> returns useful results on builtins</A></LI>
  61.         <LI><A HREF="#extended support for exception handling">Extended support for exception handling</A></LI>
  62.         <LI><A HREF="#reblessing in destroy() supported for chaining destroy() methods">Re-blessing in <CODE>DESTROY()</CODE> supported for chaining <CODE>DESTROY()</CODE> methods</A></LI>
  63.         <LI><A HREF="#all printf format conversions are handled internally">All <A HREF="../../lib/Pod/perlfunc.html#item_printf"><CODE>printf</CODE></A> format conversions are handled internally</A></LI>
  64.         <LI><A HREF="#new init keyword">New <CODE>INIT</CODE> keyword</A></LI>
  65.         <LI><A HREF="#new lock keyword">New <A HREF="../../lib/Pod/perlfunc.html#item_lock"><CODE>lock</CODE></A> keyword</A></LI>
  66.         <LI><A HREF="#new qr// operator">New <CODE>qr//</CODE> operator</A></LI>
  67.         <LI><A HREF="#our is now a reserved word"><A HREF="../../lib/Pod/perlfunc.html#item_our"><CODE>our</CODE></A> is now a reserved word</A></LI>
  68.         <LI><A HREF="#tied arrays are now fully supported">Tied arrays are now fully supported</A></LI>
  69.         <LI><A HREF="#tied handles support is better">Tied handles support is better</A></LI>
  70.         <LI><A HREF="#4th argument to substr">4th argument to substr</A></LI>
  71.         <LI><A HREF="#negative length argument to splice">Negative LENGTH argument to splice</A></LI>
  72.         <LI><A HREF="#magic lvalues are now more magical">Magic lvalues are now more magical</A></LI>
  73.         <LI><A HREF="#<> now reads in records"><> now reads in records</A></LI>
  74.     </UL>
  75.  
  76.     <LI><A HREF="#supported platforms">Supported Platforms</A></LI>
  77.     <UL>
  78.  
  79.         <LI><A HREF="#new platforms">New Platforms</A></LI>
  80.         <LI><A HREF="#changes in existing support">Changes in existing support</A></LI>
  81.     </UL>
  82.  
  83.     <LI><A HREF="#modules and pragmata">Modules and Pragmata</A></LI>
  84.     <UL>
  85.  
  86.         <LI><A HREF="#new modules">New Modules</A></LI>
  87.         <LI><A HREF="#changes in existing modules">Changes in existing modules</A></LI>
  88.     </UL>
  89.  
  90.     <LI><A HREF="#utility changes">Utility Changes</A></LI>
  91.     <LI><A HREF="#documentation changes">Documentation Changes</A></LI>
  92.     <LI><A HREF="#new diagnostics">New Diagnostics</A></LI>
  93.     <LI><A HREF="#obsolete diagnostics">Obsolete Diagnostics</A></LI>
  94.     <LI><A HREF="#configuration changes">Configuration Changes</A></LI>
  95.     <LI><A HREF="#bugs">BUGS</A></LI>
  96.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  97.     <LI><A HREF="#history">HISTORY</A></LI>
  98. </UL>
  99. <!-- INDEX END -->
  100.  
  101. <HR>
  102. <P>
  103. <H1><A NAME="name">NAME</A></H1>
  104. <P>perldelta - what's new for perl5.005</P>
  105. <P>
  106. <HR>
  107. <H1><A NAME="description">DESCRIPTION</A></H1>
  108. <P>This document describes differences between the 5.004 release and this one.</P>
  109. <P>
  110. <HR>
  111. <H1><A NAME="about the new versioning system">About the new versioning system</A></H1>
  112. <P>Perl is now developed on two tracks: a maintenance track that makes
  113. small, safe updates to released production versions with emphasis on
  114. compatibility; and a development track that pursues more aggressive
  115. evolution.  Maintenance releases (which should be considered production
  116. quality) have subversion numbers that run from <CODE>1</CODE> to <CODE>49</CODE>, and
  117. development releases (which should be considered ``alpha'' quality) run
  118. from <CODE>50</CODE> to <CODE>99</CODE>.</P>
  119. <P>Perl 5.005 is the combined product of the new dual-track development
  120. scheme.</P>
  121. <P>
  122. <HR>
  123. <H1><A NAME="incompatible changes">Incompatible Changes</A></H1>
  124. <P>
  125. <H2><A NAME="warning: this version is not binary compatible with perl 5.004.">WARNING:  This version is not binary compatible with Perl 5.004.</A></H2>
  126. <P>Starting with Perl 5.004_50 there were many deep and far-reaching changes
  127. to the language internals.  If you have dynamically loaded extensions
  128. that you built under perl 5.003 or 5.004, you can continue to use them
  129. with 5.004, but you will need to rebuild and reinstall those extensions
  130. to use them 5.005.  See <EM>INSTALL</EM> for detailed instructions on how to
  131. upgrade.</P>
  132. <P>
  133. <H2><A NAME="default installation structure has changed">Default installation structure has changed</A></H2>
  134. <P>The new Configure defaults are designed to allow a smooth upgrade from
  135. 5.004 to 5.005, but you should read <EM>INSTALL</EM> for a detailed
  136. discussion of the changes in order to adapt them to your system.</P>
  137. <P>
  138. <H2><A NAME="perl source compatibility">Perl Source Compatibility</A></H2>
  139. <P>When none of the experimental features are enabled, there should be
  140. very few user-visible Perl source compatibility issues.</P>
  141. <P>If threads are enabled, then some caveats apply. <CODE>@_</CODE> and <CODE>$_</CODE> become
  142. lexical variables.  The effect of this should be largely transparent to
  143. the user, but there are some boundary conditions under which user will
  144. need to be aware of the issues.  For example, <A HREF="../../lib/Pod/perlfunc.html#item_local"><CODE>local(@_)</CODE></A> results in
  145. a ``Can't localize lexical variable @_ ...'' message.  This may be enabled
  146. in a future version.</P>
  147. <P>Some new keywords have been introduced.  These are generally expected to
  148. have very little impact on compatibility.  See <A HREF="#new c<init> keyword">New <CODE>INIT</CODE> keyword</A>,
  149. <A HREF="#new c<lock> keyword">New <A HREF="../../lib/Pod/perlfunc.html#item_lock"><CODE>lock</CODE></A> keyword</A>, and <EM>New <CODE>qr//</CODE> operator</EM>.</P>
  150. <P>Certain barewords are now reserved.  Use of these will provoke a warning
  151. if you have asked for them with the <CODE>-w</CODE> switch.
  152. See <A HREF="#c<our> is now a reserved word"><A HREF="../../lib/Pod/perlfunc.html#item_our"><CODE>our</CODE></A> is now a reserved word</A>.</P>
  153. <P>
  154. <H2><A NAME="c source compatibility">C Source Compatibility</A></H2>
  155. <P>There have been a large number of changes in the internals to support
  156. the new features in this release.</P>
  157. <DL>
  158. <DT><STRONG><A NAME="item_Core_sources_now_require_ANSI_C_compiler">Core sources now require ANSI C compiler</A></STRONG><BR>
  159. <DD>
  160. An ANSI C compiler is now <STRONG>required</STRONG> to build perl.  See <EM>INSTALL</EM>.
  161. <P></P>
  162. <DT><STRONG><A NAME="item_All_Perl_global_variables_must_now_be_referenced_w">All Perl global variables must now be referenced with an explicit prefix</A></STRONG><BR>
  163. <DD>
  164. All Perl global variables that are visible for use by extensions now
  165. have a <CODE>PL_</CODE> prefix.  New extensions should <CODE>not</CODE> refer to perl globals
  166. by their unqualified names.  To preserve sanity, we provide limited
  167. backward compatibility for globals that are being widely used like
  168. <CODE>sv_undef</CODE> and <CODE>na</CODE> (which should now be written as <CODE>PL_sv_undef</CODE>,
  169. <CODE>PL_na</CODE> etc.)
  170. <P>If you find that your XS extension does not compile anymore because a
  171. perl global is not visible, try adding a <CODE>PL_</CODE> prefix to the global
  172. and rebuild.</P>
  173. <P>It is strongly recommended that all functions in the Perl API that don't
  174. begin with <CODE>perl</CODE> be referenced with a <CODE>Perl_</CODE> prefix.  The bare function
  175. names without the <CODE>Perl_</CODE> prefix are supported with macros, but this
  176. support may cease in a future release.</P>
  177. <P>See <A HREF="../../lib/Pod/perlguts.html#api listing">API LISTING in the perlguts manpage</A>.</P>
  178. <P></P>
  179. <DT><STRONG><A NAME="item_Enabling_threads_has_source_compatibility_issues">Enabling threads has source compatibility issues</A></STRONG><BR>
  180. <DD>
  181. Perl built with threading enabled requires extensions to use the new
  182. <CODE>dTHR</CODE> macro to initialize the handle to access per-thread data.
  183. If you see a compiler error that talks about the variable <CODE>thr</CODE> not
  184. being declared (when building a module that has XS code),  you need
  185. to add <CODE>dTHR;</CODE> at the beginning of the block that elicited the error.
  186. <P>The API function <CODE>perl_get_sv("@",FALSE)</CODE> should be used instead of
  187. directly accessing perl globals as <CODE>GvSV(errgv)</CODE>.  The API call is
  188. backward compatible with existing perls and provides source compatibility
  189. with threading is enabled.</P>
  190. <P>See <A HREF="#c source compatibility">C Source Compatibility</A> for more information.</P>
  191. <P></P></DL>
  192. <P>
  193. <H2><A NAME="binary compatibility">Binary Compatibility</A></H2>
  194. <P>This version is NOT binary compatible with older versions.  All extensions
  195. will need to be recompiled.  Further binaries built with threads enabled
  196. are incompatible with binaries built without.  This should largely be
  197. transparent to the user, as all binary incompatible configurations have
  198. their own unique architecture name, and extension binaries get installed at
  199. unique locations.  This allows coexistence of several configurations in
  200. the same directory hierarchy.  See <EM>INSTALL</EM>.</P>
  201. <P>
  202. <H2><A NAME="security fixes may affect compatibility">Security fixes may affect compatibility</A></H2>
  203. <P>A few taint leaks and taint omissions have been corrected.  This may lead
  204. to ``failure'' of scripts that used to work with older versions.  Compiling
  205. with -DINCOMPLETE_TAINTS provides a perl with minimal amounts of changes
  206. to the tainting behavior.  But note that the resulting perl will have
  207. known insecurities.</P>
  208. <P>Oneliners with the <CODE>-e</CODE> switch do not create temporary files anymore.</P>
  209. <P>
  210. <H2><A NAME="relaxed new mandatory warnings introduced in 5.004">Relaxed new mandatory warnings introduced in 5.004</A></H2>
  211. <P>Many new warnings that were introduced in 5.004 have been made
  212. optional.  Some of these warnings are still present, but perl's new
  213. features make them less often a problem.  See <A HREF="#new diagnostics">New Diagnostics</A>.</P>
  214. <P>
  215. <H2><A NAME="licensing">Licensing</A></H2>
  216. <P>Perl has a new Social Contract for contributors.  See <EM>Porting/Contract</EM>.</P>
  217. <P>The license included in much of the Perl documentation has changed.
  218. Most of the Perl documentation was previously under the implicit GNU
  219. General Public License or the Artistic License (at the user's choice).
  220. Now much of the documentation unambiguously states the terms under which
  221. it may be distributed.  Those terms are in general much less restrictive
  222. than the GNU GPL.  See <A HREF="../../lib/Pod/perl.html">the perl manpage</A> and the individual perl man pages listed
  223. therein.</P>
  224. <P>
  225. <HR>
  226. <H1><A NAME="core changes">Core Changes</A></H1>
  227. <P>
  228. <H2><A NAME="threads">Threads</A></H2>
  229. <P>WARNING: Threading is considered an <STRONG>experimental</STRONG> feature.  Details of the
  230. implementation may change without notice.  There are known limitations
  231. and some bugs.  These are expected to be fixed in future versions.</P>
  232. <P>See <EM>README.threads</EM>.</P>
  233. <P>
  234. <H2><A NAME="compiler">Compiler</A></H2>
  235. <P>WARNING: The Compiler and related tools are considered <STRONG>experimental</STRONG>.
  236. Features may change without notice, and there are known limitations
  237. and bugs.  Since the compiler is fully external to perl, the default
  238. configuration will build and install it.</P>
  239. <P>The Compiler produces three different types of transformations of a
  240. perl program.  The C backend generates C code that captures perl's state
  241. just before execution begins.  It eliminates the compile-time overheads
  242. of the regular perl interpreter, but the run-time performance remains
  243. comparatively the same.  The CC backend generates optimized C code
  244. equivalent to the code path at run-time.  The CC backend has greater
  245. potential for big optimizations, but only a few optimizations are
  246. implemented currently.  The Bytecode backend generates a platform
  247. independent bytecode representation of the interpreter's state
  248. just before execution.  Thus, the Bytecode back end also eliminates
  249. much of the compilation overhead of the interpreter.</P>
  250. <P>The compiler comes with several valuable utilities.</P>
  251. <P><CODE>B::Lint</CODE> is an experimental module to detect and warn about suspicious
  252. code, especially the cases that the <CODE>-w</CODE> switch does not detect.</P>
  253. <P><CODE>B::Deparse</CODE> can be used to demystify perl code, and understand
  254. how perl optimizes certain constructs.</P>
  255. <P><CODE>B::Xref</CODE> generates cross reference reports of all definition and use
  256. of variables, subroutines and formats in a program.</P>
  257. <P><CODE>B::Showlex</CODE> show the lexical variables used by a subroutine or file
  258. at a glance.</P>
  259. <P><CODE>perlcc</CODE> is a simple frontend for compiling perl.</P>
  260. <P>See <CODE>ext/B/README</CODE>, <A HREF="../../lib/B.html">the B manpage</A>, and the respective compiler modules.</P>
  261. <P>
  262. <H2><A NAME="regular expressions">Regular Expressions</A></H2>
  263. <P>Perl's regular expression engine has been seriously overhauled, and
  264. many new constructs are supported.  Several bugs have been fixed.</P>
  265. <P>Here is an itemized summary:</P>
  266. <DL>
  267. <DT><STRONG><A NAME="item_Many_new_and_improved_optimizations">Many new and improved optimizations</A></STRONG><BR>
  268. <DD>
  269. Changes in the RE engine:
  270. <PRE>
  271.         Unneeded nodes removed;
  272.         Substrings merged together;
  273.         New types of nodes to process (SUBEXPR)* and similar expressions
  274.             quickly, used if the SUBEXPR has no side effects and matches
  275.             strings of the same length;
  276.         Better optimizations by lookup for constant substrings;
  277.         Better search for constants substrings anchored by $ ;</PRE>
  278. <P>Changes in Perl code using RE engine:</P>
  279. <PRE>
  280.         More optimizations to s/longer/short/;
  281.         study() was not working;
  282.         /blah/ may be optimized to an analogue of index() if $& $` $' not seen;
  283.         Unneeded copying of matched-against string removed;
  284.         Only matched part of the string is copying if $` $' were not seen;</PRE>
  285. <P></P>
  286. <DT><STRONG><A NAME="item_Many_bug_fixes">Many bug fixes</A></STRONG><BR>
  287. <DD>
  288. Note that only the major bug fixes are listed here.  See <EM>Changes</EM> for others.
  289. <PRE>
  290.         Backtracking might not restore start of $3.
  291.         No feedback if max count for * or + on "complex" subexpression
  292.             was reached, similarly (but at compile time) for {3,34567}
  293.         Primitive restrictions on max count introduced to decrease a 
  294.             possibility of a segfault;
  295.         (ZERO-LENGTH)* could segfault;
  296.         (ZERO-LENGTH)* was prohibited;
  297.         Long REs were not allowed;
  298.         /RE/g could skip matches at the same position after a 
  299.           zero-length match;</PRE>
  300. <P></P>
  301. <DT><STRONG><A NAME="item_New_regular_expression_constructs">New regular expression constructs</A></STRONG><BR>
  302. <DD>
  303. The following new syntax elements are supported:
  304. <PRE>
  305.         (?<=RE)
  306.         (?<!RE)
  307.         (?{ CODE })
  308.         (?i-x)
  309.         (?i:RE)
  310.         (?(COND)YES_RE|NO_RE)
  311.         (?>RE)
  312.         \z</PRE>
  313. <P></P>
  314. <DT><STRONG><A NAME="item_New_operator_for_precompiled_regular_expressions">New operator for precompiled regular expressions</A></STRONG><BR>
  315. <DD>
  316. See <EM>New <CODE>qr//</CODE> operator</EM>.
  317. <P></P>
  318. <DT><STRONG><A NAME="item_Other_improvements">Other improvements</A></STRONG><BR>
  319. <DD>
  320. <PRE>
  321.         Better debugging output (possibly with colors),
  322.             even from non-debugging Perl;
  323.         RE engine code now looks like C, not like assembler;
  324.         Behaviour of RE modifiable by `use re' directive;
  325.         Improved documentation;
  326.         Test suite significantly extended;
  327.         Syntax [:^upper:] etc., reserved inside character classes;</PRE>
  328. <DT><STRONG><A NAME="item_Incompatible_changes">Incompatible changes</A></STRONG><BR>
  329. <DD>
  330. <PRE>
  331.         (?i) localized inside enclosing group;
  332.         $( is not interpolated into RE any more;
  333.         /RE/g may match at the same position (with non-zero length)
  334.             after a zero-length match (bug fix).</PRE>
  335. </DL>
  336. <P>See <A HREF="../../lib/Pod/perlre.html">the perlre manpage</A> and <A HREF="../../lib/Pod/perlop.html">the perlop manpage</A>.</P>
  337. <P>
  338. <H2><A NAME="improved malloc()">Improved <CODE>malloc()</CODE></A></H2>
  339. <P>See banner at the beginning of <CODE>malloc.c</CODE> for details.</P>
  340. <P>
  341. <H2><A NAME="quicksort is internally implemented">Quicksort is internally implemented</A></H2>
  342. <P>Perl now contains its own highly optimized <CODE>qsort()</CODE> routine.  The new <CODE>qsort()</CODE>
  343. is resistant to inconsistent comparison functions, so Perl's <A HREF="../../lib/Pod/perlfunc.html#item_sort"><CODE>sort()</CODE></A> will
  344. not provoke coredumps any more when given poorly written sort subroutines.
  345. (Some C library <CODE>qsort()</CODE>s that were being used before used to have this
  346. problem.)  In our testing, the new <CODE>qsort()</CODE> required the minimal number
  347. of pair-wise compares on average, among all known <CODE>qsort()</CODE> implementations.</P>
  348. <P>See <CODE>perlfunc/sort</CODE>.</P>
  349. <P>
  350. <H2><A NAME="reliable signals">Reliable signals</A></H2>
  351. <P>Perl's signal handling is susceptible to random crashes, because signals
  352. arrive asynchronously, and the Perl runtime is not reentrant at arbitrary
  353. times.</P>
  354. <P>However, one experimental implementation of reliable signals is available
  355. when threads are enabled.  See <CODE>Thread::Signal</CODE>.  Also see <EM>INSTALL</EM> for
  356. how to build a Perl capable of threads.</P>
  357. <P>
  358. <H2><A NAME="reliable stack pointers">Reliable stack pointers</A></H2>
  359. <P>The internals now reallocate the perl stack only at predictable times.
  360. In particular, magic calls never trigger reallocations of the stack,
  361. because all reentrancy of the runtime is handled using a ``stack of stacks''.
  362. This should improve reliability of cached stack pointers in the internals
  363. and in XSUBs.</P>
  364. <P>
  365. <H2><A NAME="more generous treatment of carriage returns">More generous treatment of carriage returns</A></H2>
  366. <P>Perl used to complain if it encountered literal carriage returns in
  367. scripts.  Now they are mostly treated like whitespace within program text.
  368. Inside string literals and here documents, literal carriage returns are
  369. ignored if they occur paired with linefeeds, or get interpreted as whitespace
  370. if they stand alone.  This behavior means that literal carriage returns
  371. in files should be avoided.  You can get the older, more compatible (but
  372. less generous) behavior by defining the preprocessor symbol
  373. <CODE>PERL_STRICT_CR</CODE> when building perl.  Of course, all this has nothing
  374. whatever to do with how escapes like <CODE>\r</CODE> are handled within strings.</P>
  375. <P>Note that this doesn't somehow magically allow you to keep all text files
  376. in DOS format.  The generous treatment only applies to files that perl
  377. itself parses.  If your C compiler doesn't allow carriage returns in
  378. files, you may still be unable to build modules that need a C compiler.</P>
  379. <P>
  380. <H2><A NAME="memory leaks">Memory leaks</A></H2>
  381. <P><A HREF="../../lib/Pod/perlfunc.html#item_substr"><CODE>substr</CODE></A>, <A HREF="../../lib/Pod/perlfunc.html#item_pos"><CODE>pos</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_vec"><CODE>vec</CODE></A> don't leak memory anymore when used in lvalue
  382. context.  Many small leaks that impacted applications that embed multiple
  383. interpreters have been fixed.</P>
  384. <P>
  385. <H2><A NAME="better support for multiple interpreters">Better support for multiple interpreters</A></H2>
  386. <P>The build-time option <CODE>-DMULTIPLICITY</CODE> has had many of the details
  387. reworked.  Some previously global variables that should have been
  388. per-interpreter now are.  With care, this allows interpreters to call
  389. each other.  See the <CODE>PerlInterp</CODE> extension on CPAN.</P>
  390. <P>
  391. <H2><A NAME="behavior of local() on array and hash elements is now welldefined">Behavior of <A HREF="../../lib/Pod/perlfunc.html#item_local"><CODE>local()</CODE></A> on array and hash elements is now well-defined</A></H2>
  392. <P>See <A HREF="../../lib/Pod/perlsub.html#temporary values via local()">Temporary Values via local() in the perlsub manpage</A>.</P>
  393. <P>
  394. <H2><A NAME="%! is transparently tied to the errno module"><CODE>%!</CODE> is transparently tied to the <A HREF="../../lib/Errno.html">the Errno manpage</A> module</A></H2>
  395. <P>See <A HREF="../../lib/Pod/perlvar.html">the perlvar manpage</A>, and <A HREF="../../lib/Errno.html">the Errno manpage</A>.</P>
  396. <P>
  397. <H2><A NAME="pseudohashes are supported">Pseudo-hashes are supported</A></H2>
  398. <P>See <A HREF="../../lib/Pod/perlref.html">the perlref manpage</A>.</P>
  399. <P>
  400. <H2><A NAME="expr foreach expr is supported"><CODE>EXPR foreach EXPR</CODE> is supported</A></H2>
  401. <P>See <A HREF="../../lib/Pod/perlsyn.html">the perlsyn manpage</A>.</P>
  402. <P>
  403. <H2><A NAME="keywords can be globally overridden">Keywords can be globally overridden</A></H2>
  404. <P>See <A HREF="../../lib/Pod/perlsub.html">the perlsub manpage</A>.</P>
  405. <P>
  406. <H2><A NAME="$^e is meaningful on win32"><CODE>$^E</CODE> is meaningful on Win32</A></H2>
  407. <P>See <A HREF="../../lib/Pod/perlvar.html">the perlvar manpage</A>.</P>
  408. <P>
  409. <H2><A NAME="foreach (1..1000000) optimized"><CODE>foreach (1..1000000)</CODE> optimized</A></H2>
  410. <P><CODE>foreach (1..1000000)</CODE> is now optimized into a counting loop.  It does
  411. not try to allocate a 1000000-size list anymore.</P>
  412. <P>
  413. <H2><A NAME="foo:: can be used as implicitly quoted package name"><CODE>Foo::</CODE> can be used as implicitly quoted package name</A></H2>
  414. <P>Barewords caused unintuitive behavior when a subroutine with the same
  415. name as a package happened to be defined.  Thus, <CODE>new Foo @args</CODE>,
  416. use the result of the call to <CODE>Foo()</CODE> instead of <CODE>Foo</CODE> being treated
  417. as a literal.  The recommended way to write barewords in the indirect
  418. object slot is <CODE>new Foo:: @args</CODE>.  Note that the method <CODE>new()</CODE> is
  419. called with a first argument of <CODE>Foo</CODE>, not <CODE>Foo::</CODE> when you do that.</P>
  420. <P>
  421. <H2><A NAME="exists $foo::{bar::} tests existence of a package"><CODE>exists $Foo::{Bar::}</CODE> tests existence of a package</A></H2>
  422. <P>It was impossible to test for the existence of a package without
  423. actually creating it before.  Now <CODE>exists $Foo::{Bar::}</CODE> can be
  424. used to test if the <CODE>Foo::Bar</CODE> namespace has been created.</P>
  425. <P>
  426. <H2><A NAME="better locale support">Better locale support</A></H2>
  427. <P>See <A HREF="../../lib/Pod/perllocale.html">the perllocale manpage</A>.</P>
  428. <P>
  429. <H2><A NAME="experimental support for 64bit platforms">Experimental support for 64-bit platforms</A></H2>
  430. <P>Perl5 has always had 64-bit support on systems with 64-bit longs.
  431. Starting with 5.005, the beginnings of experimental support for systems
  432. with 32-bit long and 64-bit 'long long' integers has been added.
  433. If you add -DUSE_LONG_LONG to your ccflags in config.sh (or manually
  434. define it in perl.h) then perl will be built with 'long long' support.
  435. There will be many compiler warnings, and the resultant perl may not
  436. work on all systems.  There are many other issues related to
  437. third-party extensions and libraries.  This option exists to allow
  438. people to work on those issues.</P>
  439. <P>
  440. <H2><A NAME="prototype() returns useful results on builtins"><A HREF="../../lib/Pod/perlfunc.html#item_prototype"><CODE>prototype()</CODE></A> returns useful results on builtins</A></H2>
  441. <P>See <A HREF="../../lib/Pod/perlfunc.html#prototype">prototype in the perlfunc manpage</A>.</P>
  442. <P>
  443. <H2><A NAME="extended support for exception handling">Extended support for exception handling</A></H2>
  444. <P><A HREF="../../lib/Pod/perlfunc.html#item_die"><CODE>die()</CODE></A> now accepts a reference value, and <CODE>$@</CODE> gets set to that
  445. value in exception traps.  This makes it possible to propagate
  446. exception objects.  This is an undocumented <STRONG>experimental</STRONG> feature.</P>
  447. <P>
  448. <H2><A NAME="reblessing in destroy() supported for chaining destroy() methods">Re-blessing in <CODE>DESTROY()</CODE> supported for chaining <CODE>DESTROY()</CODE> methods</A></H2>
  449. <P>See <A HREF="../../lib/Pod/perlobj.html#destructors">Destructors in the perlobj manpage</A>.</P>
  450. <P>
  451. <H2><A NAME="all printf format conversions are handled internally">All <A HREF="../../lib/Pod/perlfunc.html#item_printf"><CODE>printf</CODE></A> format conversions are handled internally</A></H2>
  452. <P>See <A HREF="../../lib/Pod/perlfunc.html#printf">printf in the perlfunc manpage</A>.</P>
  453. <P>
  454. <H2><A NAME="new init keyword">New <CODE>INIT</CODE> keyword</A></H2>
  455. <P><CODE>INIT</CODE> subs are like <CODE>BEGIN</CODE> and <CODE>END</CODE>, but they get run just before
  456. the perl runtime begins execution.  e.g., the Perl Compiler makes use of
  457. <CODE>INIT</CODE> blocks to initialize and resolve pointers to XSUBs.</P>
  458. <P>
  459. <H2><A NAME="new lock keyword">New <A HREF="../../lib/Pod/perlfunc.html#item_lock"><CODE>lock</CODE></A> keyword</A></H2>
  460. <P>The <A HREF="../../lib/Pod/perlfunc.html#item_lock"><CODE>lock</CODE></A> keyword is the fundamental synchronization primitive
  461. in threaded perl.  When threads are not enabled, it is currently a noop.</P>
  462. <P>To minimize impact on source compatibility this keyword is ``weak'', i.e., any
  463. user-defined subroutine of the same name overrides it, unless a <CODE>use Thread</CODE>
  464. has been seen.</P>
  465. <P>
  466. <H2><A NAME="new qr// operator">New <CODE>qr//</CODE> operator</A></H2>
  467. <P>The <CODE>qr//</CODE> operator, which is syntactically similar to the other quote-like
  468. operators, is used to create precompiled regular expressions.  This compiled
  469. form can now be explicitly passed around in variables, and interpolated in
  470. other regular expressions.  See <A HREF="../../lib/Pod/perlop.html">the perlop manpage</A>.</P>
  471. <P>
  472. <H2><A NAME="our is now a reserved word"><A HREF="../../lib/Pod/perlfunc.html#item_our"><CODE>our</CODE></A> is now a reserved word</A></H2>
  473. <P>Calling a subroutine with the name <A HREF="../../lib/Pod/perlfunc.html#item_our"><CODE>our</CODE></A> will now provoke a warning when
  474. using the <CODE>-w</CODE> switch.</P>
  475. <P>
  476. <H2><A NAME="tied arrays are now fully supported">Tied arrays are now fully supported</A></H2>
  477. <P>See <A HREF="../../lib/Tie/Array.html">the Tie::Array manpage</A>.</P>
  478. <P>
  479. <H2><A NAME="tied handles support is better">Tied handles support is better</A></H2>
  480. <P>Several missing hooks have been added.  There is also a new base class for
  481. TIEARRAY implementations.  See <A HREF="../../lib/Tie/Array.html">the Tie::Array manpage</A>.</P>
  482. <P>
  483. <H2><A NAME="4th argument to substr">4th argument to substr</A></H2>
  484. <P><A HREF="../../lib/Pod/perlfunc.html#item_substr"><CODE>substr()</CODE></A> can now both return and replace in one operation.  The optional
  485. 4th argument is the replacement string.  See <A HREF="../../lib/Pod/perlfunc.html#substr">substr in the perlfunc manpage</A>.</P>
  486. <P>
  487. <H2><A NAME="negative length argument to splice">Negative LENGTH argument to splice</A></H2>
  488. <P><A HREF="../../lib/Pod/perlfunc.html#item_splice"><CODE>splice()</CODE></A> with a negative LENGTH argument now work similar to what the
  489. LENGTH did for substr().  Previously a negative LENGTH was treated as
  490. 0.  See <A HREF="../../lib/Pod/perlfunc.html#splice">splice in the perlfunc manpage</A>.</P>
  491. <P>
  492. <H2><A NAME="magic lvalues are now more magical">Magic lvalues are now more magical</A></H2>
  493. <P>When you say something like <A HREF="../../lib/Pod/perlfunc.html#item_substr"><CODE>substr($x, 5) = "hi"</CODE></A>, the scalar returned
  494. by <A HREF="../../lib/Pod/perlfunc.html#item_substr"><CODE>substr()</CODE></A> is special, in that any modifications to it affect $x.
  495. (This is called a 'magic lvalue' because an 'lvalue' is something on
  496. the left side of an assignment.)  Normally, this is exactly what you
  497. would expect to happen, but Perl uses the same magic if you use substr(),
  498. pos(), or <A HREF="../../lib/Pod/perlfunc.html#item_vec"><CODE>vec()</CODE></A> in a context where they might be modified, like taking
  499. a reference with <CODE>\</CODE> or as an argument to a sub that modifies <CODE>@_</CODE>.
  500. In previous versions, this 'magic' only went one way, but now changes
  501. to the scalar the magic refers to ($x in the above example) affect the
  502. magic lvalue too. For instance, this code now acts differently:</P>
  503. <PRE>
  504.     $x = "hello";
  505.     sub printit {
  506.         $x = "g'bye";
  507.         print $_[0], "\n";
  508.     }
  509.     printit(substr($x, 0, 5));</PRE>
  510. <P>In previous versions, this would print ``hello'', but it now prints ``g'bye''.</P>
  511. <P>
  512. <H2><A NAME="<> now reads in records"><> now reads in records</A></H2>
  513. <P>If <CODE>$/</CODE> is a reference to an integer, or a scalar that holds an integer,
  514. <> will read in records instead of lines. For more info, see
  515. <A HREF="../../lib/Pod/perlvar.html#$/">$/ in the perlvar manpage</A>.</P>
  516. <P>
  517. <HR>
  518. <H1><A NAME="supported platforms">Supported Platforms</A></H1>
  519. <P>Configure has many incremental improvements.  Site-wide policy for building
  520. perl can now be made persistent, via Policy.sh.  Configure also records
  521. the command-line arguments used in <EM>config.sh</EM>.</P>
  522. <P>
  523. <H2><A NAME="new platforms">New Platforms</A></H2>
  524. <P>BeOS is now supported.  See <EM>README.beos</EM>.</P>
  525. <P>DOS is now supported under the DJGPP tools.  See <EM>README.dos</EM> (installed 
  526. as <A HREF="../../lib/Pod/perldos.html">the perldos manpage</A> on some systems).</P>
  527. <P>MiNT is now supported.  See <EM>README.mint</EM>.</P>
  528. <P>MPE/iX is now supported.  See <EM>README.mpeix</EM>.</P>
  529. <P>MVS (aka OS390, aka Open Edition) is now supported.  See <EM>README.os390</EM> 
  530. (installed as <A HREF="../../lib/Pod/perlos390.html">the perlos390 manpage</A> on some systems).</P>
  531. <P>Stratus VOS is now supported.  See <EM>README.vos</EM>.</P>
  532. <P>
  533. <H2><A NAME="changes in existing support">Changes in existing support</A></H2>
  534. <P>Win32 support has been vastly enhanced.  Support for Perl Object, a C++
  535. encapsulation of Perl.  GCC and EGCS are now supported on Win32.
  536. See <EM>README.win32</EM>, aka <A HREF="../../lib/Pod/perlwin32.html">the perlwin32 manpage</A>.</P>
  537. <P>VMS configuration system has been rewritten.  See <EM>README.vms</EM> (installed 
  538. as <EM>README_vms</EM> on some systems).</P>
  539. <P>The hints files for most Unix platforms have seen incremental improvements.</P>
  540. <P>
  541. <HR>
  542. <H1><A NAME="modules and pragmata">Modules and Pragmata</A></H1>
  543. <P>
  544. <H2><A NAME="new modules">New Modules</A></H2>
  545. <DL>
  546. <DT><STRONG><A NAME="item_B">B</A></STRONG><BR>
  547. <DD>
  548. Perl compiler and tools.  See <A HREF="../../lib/B.html">the B manpage</A>.
  549. <P></P>
  550. <DT><STRONG><A NAME="item_Data%3A%3ADumper">Data::Dumper</A></STRONG><BR>
  551. <DD>
  552. A module to pretty print Perl data.  See <A HREF="../../lib/Data/Dumper.html">the Data::Dumper manpage</A>.
  553. <P></P>
  554. <DT><STRONG><A NAME="item_Dumpvalue">Dumpvalue</A></STRONG><BR>
  555. <DD>
  556. A module to dump perl values to the screen. See <A HREF="../../lib/Dumpvalue.html">the Dumpvalue manpage</A>.
  557. <P></P>
  558. <DT><STRONG><A NAME="item_Errno">Errno</A></STRONG><BR>
  559. <DD>
  560. A module to look up errors more conveniently.  See <A HREF="../../lib/Errno.html">the Errno manpage</A>.
  561. <P></P>
  562. <DT><STRONG><A NAME="item_File%3A%3ASpec">File::Spec</A></STRONG><BR>
  563. <DD>
  564. A portable API for file operations.
  565. <P></P>
  566. <DT><STRONG><A NAME="item_ExtUtils%3A%3AInstalled">ExtUtils::Installed</A></STRONG><BR>
  567. <DD>
  568. Query and manage installed modules.
  569. <P></P>
  570. <DT><STRONG><A NAME="item_ExtUtils%3A%3APacklist">ExtUtils::Packlist</A></STRONG><BR>
  571. <DD>
  572. Manipulate .packlist files.
  573. <P></P>
  574. <DT><STRONG><A NAME="item_Fatal">Fatal</A></STRONG><BR>
  575. <DD>
  576. Make functions/builtins succeed or die.
  577. <P></P>
  578. <DT><STRONG><A NAME="item_IPC%3A%3ASysV">IPC::SysV</A></STRONG><BR>
  579. <DD>
  580. Constants and other support infrastructure for System V IPC operations
  581. in perl.
  582. <P></P>
  583. <DT><STRONG><A NAME="item_Test">Test</A></STRONG><BR>
  584. <DD>
  585. A framework for writing testsuites.
  586. <P></P>
  587. <DT><STRONG><A NAME="item_Tie%3A%3AArray">Tie::Array</A></STRONG><BR>
  588. <DD>
  589. Base class for tied arrays.
  590. <P></P>
  591. <DT><STRONG><A NAME="item_Tie%3A%3AHandle">Tie::Handle</A></STRONG><BR>
  592. <DD>
  593. Base class for tied handles.
  594. <P></P>
  595. <DT><STRONG><A NAME="item_Thread">Thread</A></STRONG><BR>
  596. <DD>
  597. Perl thread creation, manipulation, and support.
  598. <P></P>
  599. <DT><STRONG><A NAME="item_attrs">attrs</A></STRONG><BR>
  600. <DD>
  601. Set subroutine attributes.
  602. <P></P>
  603. <DT><STRONG><A NAME="item_fields">fields</A></STRONG><BR>
  604. <DD>
  605. Compile-time class fields.
  606. <P></P>
  607. <DT><STRONG><A NAME="item_re">re</A></STRONG><BR>
  608. <DD>
  609. Various pragmata to control behavior of regular expressions.
  610. <P></P></DL>
  611. <P>
  612. <H2><A NAME="changes in existing modules">Changes in existing modules</A></H2>
  613. <DL>
  614. <DT><STRONG><A NAME="item_Benchmark">Benchmark</A></STRONG><BR>
  615. <DD>
  616. You can now run tests for <EM>x</EM> seconds instead of guessing the right
  617. number of tests to run.
  618. <P></P>
  619. <DT><STRONG><A NAME="item_Carp">Carp</A></STRONG><BR>
  620. <DD>
  621. Carp has a new function cluck(). <CODE>cluck()</CODE> warns, like carp(), but also adds
  622. a stack backtrace to the error message, like confess().
  623. <P></P>
  624. <DT><STRONG><A NAME="item_CGI">CGI</A></STRONG><BR>
  625. <DD>
  626. CGI has been updated to version 2.42.
  627. <P></P>
  628. <DT><STRONG><A NAME="item_Fcntl">Fcntl</A></STRONG><BR>
  629. <DD>
  630. More Fcntl constants added: F_SETLK64, F_SETLKW64, O_LARGEFILE for
  631. large (more than 4G) file access (the 64-bit support is not yet
  632. working, though, so no need to get overly excited), Free/Net/OpenBSD
  633. locking behaviour flags F_FLOCK, F_POSIX, Linux F_SHLCK, and
  634. O_ACCMODE: the mask of O_RDONLY, O_WRONLY, and O_RDWR.
  635. <P></P>
  636. <DT><STRONG><A NAME="item_Math%3A%3AComplex">Math::Complex</A></STRONG><BR>
  637. <DD>
  638. The accessors methods Re, Im, arg, abs, rho, theta, methods can
  639. ($z-><CODE>Re())</CODE> now also act as mutators ($z->Re(3)).
  640. <P></P>
  641. <DT><STRONG><A NAME="item_Math%3A%3ATrig">Math::Trig</A></STRONG><BR>
  642. <DD>
  643. A little bit of radial trigonometry (cylindrical and spherical) added,
  644. for example the great circle distance.
  645. <P></P>
  646. <DT><STRONG><A NAME="item_POSIX">POSIX</A></STRONG><BR>
  647. <DD>
  648. POSIX now has its own platform-specific hints files.
  649. <P></P>
  650. <DT><STRONG><A NAME="item_DB_File">DB_File</A></STRONG><BR>
  651. <DD>
  652. DB_File supports version 2.x of Berkeley DB.  See <CODE>ext/DB_File/Changes</CODE>.
  653. <P></P>
  654. <DT><STRONG><A NAME="item_MakeMaker">MakeMaker</A></STRONG><BR>
  655. <DD>
  656. MakeMaker now supports writing empty makefiles, provides a way to
  657. specify that site <A HREF="../../lib/Pod/perlfunc.html#item_umask"><CODE>umask()</CODE></A> policy should be honored.  There is also
  658. better support for manipulation of .packlist files, and getting
  659. information about installed modules.
  660. <P>Extensions that have both architecture-dependent and
  661. architecture-independent files are now always installed completely in
  662. the architecture-dependent locations.  Previously, the shareable parts
  663. were shared both across architectures and across perl versions and were
  664. therefore liable to be overwritten with newer versions that might have
  665. subtle incompatibilities.</P>
  666. <P></P>
  667. <DT><STRONG><A NAME="item_CPAN">CPAN</A></STRONG><BR>
  668. <DD>
  669. See <perlmodinstall> and <A HREF="../../lib/CPAN.html">the CPAN manpage</A>.
  670. <P></P>
  671. <DT><STRONG><A NAME="item_Cwd">Cwd</A></STRONG><BR>
  672. <DD>
  673. Cwd::cwd is faster on most platforms.
  674. <P></P>
  675. <DT><STRONG>Benchmark</STRONG><BR>
  676. <DD>
  677. Keeps better time.
  678. <P></P></DL>
  679. <P>
  680. <HR>
  681. <H1><A NAME="utility changes">Utility Changes</A></H1>
  682. <P><CODE>h2ph</CODE> and related utilities have been vastly overhauled.</P>
  683. <P><CODE>perlcc</CODE>, a new experimental front end for the compiler is available.</P>
  684. <P>The crude GNU <CODE>configure</CODE> emulator is now called <CODE>configure.gnu</CODE> to
  685. avoid trampling on <CODE>Configure</CODE> under case-insensitive filesystems.</P>
  686. <P><CODE>perldoc</CODE> used to be rather slow.  The slower features are now optional.
  687. In particular, case-insensitive searches need the <CODE>-i</CODE> switch, and
  688. recursive searches need <CODE>-r</CODE>.  You can set these switches in the
  689. <CODE>PERLDOC</CODE> environment variable to get the old behavior.</P>
  690. <P>
  691. <HR>
  692. <H1><A NAME="documentation changes">Documentation Changes</A></H1>
  693. <P>Config.pm now has a glossary of variables.</P>
  694. <P><EM>Porting/patching.pod</EM> has detailed instructions on how to create and
  695. submit patches for perl.</P>
  696. <P><A HREF="../../lib/Pod/perlport.html">the perlport manpage</A> specifies guidelines on how to write portably.</P>
  697. <P><A HREF="../../lib/Pod/perlmodinstall.html">the perlmodinstall manpage</A> describes how to fetch and install modules from <A HREF="#item_CPAN"><CODE>CPAN</CODE></A>
  698. sites.</P>
  699. <P>Some more Perl traps are documented now.  See <A HREF="../../lib/Pod/perltrap.html">the perltrap manpage</A>.</P>
  700. <P><A HREF="../../lib/Pod/perlopentut.html">the perlopentut manpage</A> gives a tutorial on using open().</P>
  701. <P><A HREF="../../lib/Pod/perlreftut.html">the perlreftut manpage</A> gives a tutorial on references.</P>
  702. <P><A HREF="../../lib/Pod/perlthrtut.html">the perlthrtut manpage</A> gives a tutorial on threads.</P>
  703. <P>
  704. <HR>
  705. <H1><A NAME="new diagnostics">New Diagnostics</A></H1>
  706. <DL>
  707. <DT><STRONG><A NAME="item_s">Ambiguous call resolved as CORE::%s(), qualify as such or use &</A></STRONG><BR>
  708. <DD>
  709. (W) A subroutine you have declared has the same name as a Perl keyword,
  710. and you have used the name without qualification for calling one or the
  711. other.  Perl decided to call the builtin because the subroutine is
  712. not imported.
  713. <P>To force interpretation as a subroutine call, either put an ampersand
  714. before the subroutine name, or qualify the name with its package.
  715. Alternatively, you can import the subroutine (or pretend that it's
  716. imported with the <CODE>use subs</CODE> pragma).</P>
  717. <P>To silently interpret it as the Perl operator, use the <CODE>CORE::</CODE> prefix
  718. on the operator (e.g. <A HREF="../../lib/Pod/perlfunc.html#item_log"><CODE>CORE::log($x)</CODE></A>) or by declaring the subroutine
  719. to be an object method (see <A HREF="../../lib/attrs.html">the attrs manpage</A>).</P>
  720. <P></P>
  721. <DT><STRONG><A NAME="item_Bad_index_while_coercing_array_into_hash">Bad index while coercing array into hash</A></STRONG><BR>
  722. <DD>
  723. (F) The index looked up in the hash found as the 0'th element of a
  724. pseudo-hash is not legal.  Index values must be at 1 or greater.
  725. See <A HREF="../../lib/Pod/perlref.html">the perlref manpage</A>.
  726. <P></P>
  727. <DT><STRONG><A NAME="item_Bareword_%22%25s%22_refers_to_nonexistent_package">Bareword ``%s'' refers to nonexistent package</A></STRONG><BR>
  728. <DD>
  729. (W) You used a qualified bareword of the form <CODE>Foo::</CODE>, but
  730. the compiler saw no other uses of that namespace before that point.
  731. Perhaps you need to predeclare a package?
  732. <P></P>
  733. <DT><STRONG><A NAME="item_Can%27t_call_method_%22%25s%22_on_an_undefined_val">Can't call method ``%s'' on an undefined value</A></STRONG><BR>
  734. <DD>
  735. (F) You used the syntax of a method call, but the slot filled by the
  736. object reference or package name contains an undefined value.
  737. Something like this will reproduce the error:
  738. <PRE>
  739.     $BADREF = 42;
  740.     process $BADREF 1,2,3;
  741.     $BADREF->process(1,2,3);</PRE>
  742. <P></P>
  743. <DT><STRONG><A NAME="item_Can%27t_check_filesystem_of_script_%22%25s%22_for_">Can't check filesystem of script ``%s'' for nosuid</A></STRONG><BR>
  744. <DD>
  745. (P) For some reason you can't check the filesystem of the script for nosuid.
  746. <P></P>
  747. <DT><STRONG><A NAME="item_Can%27t_coerce_array_into_hash">Can't coerce array into hash</A></STRONG><BR>
  748. <DD>
  749. (F) You used an array where a hash was expected, but the array has no
  750. information on how to map from keys to array indices.  You can do that
  751. only with arrays that have a hash reference at index 0.
  752. <P></P>
  753. <DT><STRONG><A NAME="item_Can%27t_goto_subroutine_from_an_eval%2Dstring">Can't goto subroutine from an eval-string</A></STRONG><BR>
  754. <DD>
  755. (F) The ``goto subroutine'' call can't be used to jump out of an eval ``string''.
  756. (You can use it to jump out of an eval {BLOCK}, but you probably don't want to.)
  757. <P></P>
  758. <DT><STRONG><A NAME="item_Can%27t_localize_pseudo%2Dhash_element">Can't localize pseudo-hash element</A></STRONG><BR>
  759. <DD>
  760. (F) You said something like <CODE>local $ar->{'key'}</CODE>, where $ar is
  761. a reference to a pseudo-hash.  That hasn't been implemented yet, but
  762. you can get a similar effect by localizing the corresponding array
  763. element directly -- <CODE>local $ar->[$ar->[0]{'key'}]</CODE>.
  764. <P></P>
  765. <DT><STRONG><A NAME="item_Can%27t_use_%25%25%21_because_Errno%2Epm_is_not_av">Can't use %%! because Errno.pm is not available</A></STRONG><BR>
  766. <DD>
  767. (F) The first time the %! hash is used, perl automatically loads the
  768. Errno.pm module. The Errno module is expected to tie the %! hash to
  769. provide symbolic names for <CODE>$!</CODE> errno values.
  770. <P></P>
  771. <DT><STRONG><A NAME="item_Cannot_find_an_opnumber_for_%22%25s%22">Cannot find an opnumber for ``%s''</A></STRONG><BR>
  772. <DD>
  773. (F) A string of a form <CODE>CORE::word</CODE> was given to prototype(), but
  774. there is no builtin with the name <CODE>word</CODE>.
  775. <P></P>
  776. <DT><STRONG><A NAME="item_Character_class_syntax_%5B%2E_%2E%5D_is_reserved_f">Character class syntax [. .] is reserved for future extensions</A></STRONG><BR>
  777. <DD>
  778. (W) Within regular expression character classes ([]) the syntax beginning
  779. with ``[.'' and ending with ``.]'' is reserved for future extensions.
  780. If you need to represent those character sequences inside a regular
  781. expression character class, just quote the square brackets with the
  782. backslash: ``\[.'' and ``.\]''.
  783. <P></P>
  784. <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>
  785. <DD>
  786. (W) Within regular expression character classes ([]) the syntax beginning
  787. with ``[:'' and ending with ``:]'' is reserved for future extensions.
  788. If you need to represent those character sequences inside a regular
  789. expression character class, just quote the square brackets with the
  790. backslash: ``\[:'' and ``:\]''.
  791. <P></P>
  792. <DT><STRONG><A NAME="item_Character_class_syntax_%5B%3D_%3D%5D_is_reserved_f">Character class syntax [= =] is reserved for future extensions</A></STRONG><BR>
  793. <DD>
  794. (W) Within regular expression character classes ([]) the syntax
  795. beginning with ``[='' and ending with ``=]'' is reserved for future extensions.
  796. If you need to represent those character sequences inside a regular
  797. expression character class, just quote the square brackets with the
  798. backslash: ``\[='' and ``=\]''.
  799. <P></P>
  800. <DT><STRONG><A NAME="item_%s:">%s: Eval-group in insecure regular expression</A></STRONG><BR>
  801. <DD>
  802. (F) Perl detected tainted data when trying to compile a regular expression
  803. that contains the <CODE>(?{ ... })</CODE> zero-width assertion, which is unsafe.
  804. See <A HREF="../../lib/Pod/perlre.html#({ code })">(?{ code }) in the perlre manpage</A>, and <A HREF="../../lib/Pod/perlsec.html">the perlsec manpage</A>.
  805. <P></P>
  806. <DT><STRONG>%s: Eval-group not allowed, use re 'eval'</STRONG><BR>
  807. <DD>
  808. (F) A regular expression contained the <CODE>(?{ ... })</CODE> zero-width assertion,
  809. but that construct is only allowed when the <CODE>use re 'eval'</CODE> pragma is
  810. in effect.  See <A HREF="../../lib/Pod/perlre.html#({ code })">(?{ code }) in the perlre manpage</A>.
  811. <P></P>
  812. <DT><STRONG>%s: Eval-group not allowed at run time</STRONG><BR>
  813. <DD>
  814. (F) Perl tried to compile a regular expression containing the <CODE>(?{ ... })</CODE>
  815. zero-width assertion at run time, as it would when the pattern contains
  816. interpolated values.  Since that is a security risk, it is not allowed.
  817. If you insist, you may still do this by explicitly building the pattern
  818. from an interpolated string at run time and using that in an eval().
  819. See <A HREF="../../lib/Pod/perlre.html#({ code })">(?{ code }) in the perlre manpage</A>.
  820. <P></P>
  821. <DT><STRONG><A NAME="item_Explicit_blessing_to_%27%27_%28assuming_package_ma">Explicit blessing to '' (assuming package main)</A></STRONG><BR>
  822. <DD>
  823. (W) You are blessing a reference to a zero length string.  This has
  824. the effect of blessing the reference into the package main.  This is
  825. usually not what you want.  Consider providing a default target
  826. package, e.g. bless($ref, $p || 'MyPackage');
  827. <P></P>
  828. <DT><STRONG><A NAME="item_Illegal_hex_digit_ignored">Illegal hex digit ignored</A></STRONG><BR>
  829. <DD>
  830. (W) You may have tried to use a character other than 0 - 9 or A - F in a
  831. hexadecimal number.  Interpretation of the hexadecimal number stopped
  832. before the illegal character.
  833. <P></P>
  834. <DT><STRONG><A NAME="item_No_such_array_field">No such array field</A></STRONG><BR>
  835. <DD>
  836. (F) You tried to access an array as a hash, but the field name used is
  837. not defined.  The hash at index 0 should map all valid field names to
  838. array indices for that to work.
  839. <P></P>
  840. <DT><STRONG><A NAME="item_No_such_field_%22%25s%22_in_variable_%25s_of_type_">No such field ``%s'' in variable %s of type %s</A></STRONG><BR>
  841. <DD>
  842. (F) You tried to access a field of a typed variable where the type
  843. does not know about the field name.  The field names are looked up in
  844. the %FIELDS hash in the type package at compile time.  The %FIELDS hash
  845. is usually set up with the 'fields' pragma.
  846. <P></P>
  847. <DT><STRONG><A NAME="item_Out_of_memory_during_ridiculously_large_request">Out of memory during ridiculously large request</A></STRONG><BR>
  848. <DD>
  849. (F) You can't allocate more than 2^31+``small amount'' bytes.  This error
  850. is most likely to be caused by a typo in the Perl program. e.g., <CODE>$arr[time]</CODE>
  851. instead of <CODE>$arr[$time]</CODE>.
  852. <P></P>
  853. <DT><STRONG><A NAME="item_Range_iterator_outside_integer_range">Range iterator outside integer range</A></STRONG><BR>
  854. <DD>
  855. (F) One (or both) of the numeric arguments to the range operator ``..''
  856. are outside the range which can be represented by integers internally.
  857. One possible workaround is to force Perl to use magical string
  858. increment by prepending ``0'' to your numbers.
  859. <P></P>
  860. <DT><STRONG><A NAME="item_Recursive_inheritance_detected_while_looking_for_m">Recursive inheritance detected while looking for method '%s' in package '%s'</A></STRONG><BR>
  861. <DD>
  862. (F) More than 100 levels of inheritance were encountered while invoking a
  863. method.  Probably indicates an unintended loop in your inheritance hierarchy.
  864. <P></P>
  865. <DT><STRONG><A NAME="item_Reference_found_where_even%2Dsized_list_expected">Reference found where even-sized list expected</A></STRONG><BR>
  866. <DD>
  867. (W) You gave a single reference where Perl was expecting a list with
  868. an even number of elements (for assignment to a hash). This
  869. usually means that you used the anon hash constructor when you meant 
  870. to use parens. In any case, a hash requires key/value <STRONG>pairs</STRONG>.
  871. <PRE>
  872.     %hash = { one => 1, two => 2, };   # WRONG
  873.     %hash = [ qw/ an anon array / ];   # WRONG
  874.     %hash = ( one => 1, two => 2, );   # right
  875.     %hash = qw( one 1 two 2 );                 # also fine</PRE>
  876. <P></P>
  877. <DT><STRONG><A NAME="item_Undefined_value_assigned_to_typeglob">Undefined value assigned to typeglob</A></STRONG><BR>
  878. <DD>
  879. (W) An undefined value was assigned to a typeglob, a la <CODE>*foo = undef</CODE>.
  880. This does nothing.  It's possible that you really mean <CODE>undef *foo</CODE>.
  881. <P></P>
  882. <DT><STRONG><A NAME="item_Use_of_reserved_word_%22%25s%22_is_deprecated">Use of reserved word ``%s'' is deprecated</A></STRONG><BR>
  883. <DD>
  884. (D) The indicated bareword is a reserved word.  Future versions of perl
  885. may use it as a keyword, so you're better off either explicitly quoting
  886. the word in a manner appropriate for its context of use, or using a
  887. different name altogether.  The warning can be suppressed for subroutine
  888. names by either adding a <CODE>&</CODE> prefix, or using a package qualifier,
  889. e.g. <A HREF="../../lib/Pod/perlfunc.html#item_our"><CODE>&our()</CODE></A>, or <A HREF="../../lib/Pod/perlfunc.html#item_our"><CODE>Foo::our()</CODE></A>.
  890. <P></P>
  891. <DT><STRONG><A NAME="item_perl%3A_warning%3A_Setting_locale_failed%2E">perl: warning: Setting locale failed.</A></STRONG><BR>
  892. <DD>
  893. (S) The whole warning message will look something like:
  894. <PRE>
  895.        perl: warning: Setting locale failed.
  896.        perl: warning: Please check that your locale settings:
  897.                LC_ALL = "En_US",
  898.                LANG = (unset)
  899.            are supported and installed on your system.
  900.        perl: warning: Falling back to the standard locale ("C").</PRE>
  901. <P>Exactly what were the failed locale settings varies.  In the above the
  902. settings were that the LC_ALL was ``En_US'' and the LANG had no value.
  903. This error means that Perl detected that you and/or your system
  904. administrator have set up the so-called variable system but Perl could
  905. not use those settings.  This was not dead serious, fortunately: there
  906. is a ``default locale'' called ``C'' that Perl can and will use, the
  907. script will be run.  Before you really fix the problem, however, you
  908. will get the same error message each time you run Perl.  How to really
  909. fix the problem can be found in <A HREF="../../lib/Pod/perllocale.html#locale problems">LOCALE PROBLEMS in the perllocale manpage</A>.</P>
  910. <P></P></DL>
  911. <P>
  912. <HR>
  913. <H1><A NAME="obsolete diagnostics">Obsolete Diagnostics</A></H1>
  914. <DL>
  915. <DT><STRONG><A NAME="item_mktemp">Can't <CODE>mktemp()</CODE></A></STRONG><BR>
  916. <DD>
  917. (F) The <A HREF="#item_mktemp"><CODE>mktemp()</CODE></A> routine failed for some reason while trying to process
  918. a <STRONG>-e</STRONG> switch.  Maybe your /tmp partition is full, or clobbered.
  919. <P>Removed because <STRONG>-e</STRONG> doesn't use temporary files any more.</P>
  920. <P></P>
  921. <DT><STRONG><A NAME="item_Can%27t_write_to_temp_file_for_%2De%3A_%25s">Can't write to temp file for <STRONG>-e</STRONG>: %s</A></STRONG><BR>
  922. <DD>
  923. (F) The write routine failed for some reason while trying to process
  924. a <STRONG>-e</STRONG> switch.  Maybe your /tmp partition is full, or clobbered.
  925. <P>Removed because <STRONG>-e</STRONG> doesn't use temporary files any more.</P>
  926. <P></P>
  927. <DT><STRONG><A NAME="item_Cannot_open_temporary_file">Cannot open temporary file</A></STRONG><BR>
  928. <DD>
  929. (F) The create routine failed for some reason while trying to process
  930. a <STRONG>-e</STRONG> switch.  Maybe your /tmp partition is full, or clobbered.
  931. <P>Removed because <STRONG>-e</STRONG> doesn't use temporary files any more.</P>
  932. <P></P>
  933. <DT><STRONG><A NAME="item_regexp_too_big">regexp too big</A></STRONG><BR>
  934. <DD>
  935. (F) The current implementation of regular expressions uses shorts as
  936. address offsets within a string.  Unfortunately this means that if
  937. the regular expression compiles to longer than 32767, it'll blow up.
  938. Usually when you want a regular expression this big, there is a better
  939. way to do it with multiple statements.  See <A HREF="../../lib/Pod/perlre.html">the perlre manpage</A>.
  940. <P></P></DL>
  941. <P>
  942. <HR>
  943. <H1><A NAME="configuration changes">Configuration Changes</A></H1>
  944. <P>You can use ``Configure -Uinstallusrbinperl'' which causes installperl
  945. to skip installing perl also as /usr/bin/perl.  This is useful if you
  946. prefer not to modify /usr/bin for some reason or another but harmful
  947. because many scripts assume to find Perl in /usr/bin/perl.</P>
  948. <P>
  949. <HR>
  950. <H1><A NAME="bugs">BUGS</A></H1>
  951. <P>If you find what you think is a bug, you might check the headers of
  952. recently posted articles in the comp.lang.perl.misc newsgroup.
  953. There may also be information at <A HREF="http://www.perl.com/perl/,">http://www.perl.com/perl/,</A> the Perl
  954. Home Page.</P>
  955. <P>If you believe you have an unreported bug, please run the <STRONG>perlbug</STRONG>
  956. program included with your release.  Make sure you trim your bug down
  957. to a tiny but sufficient test case.  Your bug report, along with the
  958. output of <CODE>perl -V</CODE>, will be sent off to <<EM><A HREF="mailto:perlbug@perl.com">perlbug@perl.com</A></EM>> to be
  959. analysed by the Perl porting team.</P>
  960. <P>
  961. <HR>
  962. <H1><A NAME="see also">SEE ALSO</A></H1>
  963. <P>The <EM>Changes</EM> file for exhaustive details on what changed.</P>
  964. <P>The <EM>INSTALL</EM> file for how to build Perl.</P>
  965. <P>The <EM>README</EM> file for general stuff.</P>
  966. <P>The <EM>Artistic</EM> and <EM>Copying</EM> files for copyright information.</P>
  967. <P>
  968. <HR>
  969. <H1><A NAME="history">HISTORY</A></H1>
  970. <P>Written by Gurusamy Sarathy <<EM><A HREF="mailto:gsar@activestate.com">gsar@activestate.com</A></EM>>, with many contributions
  971. from The Perl Porters.</P>
  972. <P>Send omissions or corrections to <<EM><A HREF="mailto:perlbug@perl.com">perlbug@perl.com</A></EM>>.</P>
  973. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  974. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  975. <STRONG><P CLASS=block> perldelta - what's new for perl5.005</P></STRONG>
  976. </TD></TR>
  977. </TABLE>
  978.  
  979. </BODY>
  980.  
  981. </HTML>
  982.