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

  1. <HTML>
  2. <HEAD>
  3. <TITLE>perldelta - what's new for perl5.004</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.004</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="#supported environments">Supported Environments</A></LI>
  23.     <LI><A HREF="#core changes">Core Changes</A></LI>
  24.     <UL>
  25.  
  26.         <LI><A HREF="#list assignment to %env works">List assignment to %ENV works</A></LI>
  27.         <LI><A HREF="#can't locate foo.pm in @inc error now lists @inc">``Can't locate Foo.pm in @INC'' error now lists @INC</A></LI>
  28.         <LI><A HREF="#compilation option: binary compatibility with 5.003">Compilation option: Binary compatibility with 5.003</A></LI>
  29.         <LI><A HREF="#$perl5opt environment variable">$PERL5OPT environment variable</A></LI>
  30.         <LI><A HREF="#limitations on m, m, and t options">Limitations on <STRONG>-M</STRONG>, <STRONG>-m</STRONG>, and <STRONG>-T</STRONG> options</A></LI>
  31.         <LI><A HREF="#more precise warnings">More precise warnings</A></LI>
  32.         <LI><A HREF="#deprecated: inherited autoload for nonmethods">Deprecated: Inherited <CODE>AUTOLOAD</CODE> for non-methods</A></LI>
  33.         <LI><A HREF="#previously deprecated %overload is no longer usable">Previously deprecated %OVERLOAD is no longer usable</A></LI>
  34.         <LI><A HREF="#subroutine arguments created only when they're modified">Subroutine arguments created only when they're modified</A></LI>
  35.         <LI><A HREF="#group vector changeable with $)">Group vector changeable with <CODE>$)</CODE></A></LI>
  36.         <LI><A HREF="#fixed parsing of $$<digit>, &$<digit>, etc.">Fixed parsing of $$<digit>, &$<digit>, etc.</A></LI>
  37.         <LI><A HREF="#fixed localization of $<digit>, $&, etc.">Fixed localization of $<digit>, $&, etc.</A></LI>
  38.         <LI><A HREF="#no resetting of $. on implicit close">No resetting of $. on implicit close</A></LI>
  39.         <LI><A HREF="#wantarray may return undef"><A HREF="../../lib/Pod/perlfunc.html#item_wantarray"><CODE>wantarray</CODE></A> may return undef</A></LI>
  40.         <LI><A HREF="#eval expr determines value of expr in scalar context"><A HREF="../../lib/Pod/perlfunc.html#item_eval"><CODE>eval EXPR</CODE></A> determines value of EXPR in scalar context</A></LI>
  41.         <LI><A HREF="#changes to tainting checks">Changes to tainting checks</A></LI>
  42.         <LI><A HREF="#new opcode module and revised safe module">New Opcode module and revised Safe module</A></LI>
  43.         <LI><A HREF="#embedding improvements">Embedding improvements</A></LI>
  44.         <LI><A HREF="#internal change: filehandle class based on io::* classes">Internal change: FileHandle class based on IO::* classes</A></LI>
  45.         <LI><A HREF="#internal change: perlio abstraction interface">Internal change: PerlIO abstraction interface</A></LI>
  46.         <LI><A HREF="#new and changed syntax">New and changed syntax</A></LI>
  47.         <LI><A HREF="#new and changed builtin constants">New and changed builtin constants</A></LI>
  48.         <LI><A HREF="#new and changed builtin variables">New and changed builtin variables</A></LI>
  49.         <LI><A HREF="#new and changed builtin functions">New and changed builtin functions</A></LI>
  50.         <LI><A HREF="#new builtin methods">New builtin methods</A></LI>
  51.         <LI><A HREF="#tiehandle now supported">TIEHANDLE now supported</A></LI>
  52.         <LI><A HREF="#malloc enhancements">Malloc enhancements</A></LI>
  53.         <LI><A HREF="#miscellaneous efficiency enhancements">Miscellaneous efficiency enhancements</A></LI>
  54.     </UL>
  55.  
  56.     <LI><A HREF="#support for more operating systems">Support for More Operating Systems</A></LI>
  57.     <UL>
  58.  
  59.         <LI><A HREF="#win32">Win32</A></LI>
  60.         <LI><A HREF="#plan 9">Plan 9</A></LI>
  61.         <LI><A HREF="#qnx">QNX</A></LI>
  62.         <LI><A HREF="#amigaos">AmigaOS</A></LI>
  63.     </UL>
  64.  
  65.     <LI><A HREF="#pragmata">Pragmata</A></LI>
  66.     <LI><A HREF="#modules">Modules</A></LI>
  67.     <UL>
  68.  
  69.         <LI><A HREF="#required updates">Required Updates</A></LI>
  70.         <LI><A HREF="#installation directories">Installation directories</A></LI>
  71.         <LI><A HREF="#module information summary">Module information summary</A></LI>
  72.         <LI><A HREF="#fcntl">Fcntl</A></LI>
  73.         <LI><A HREF="#io">IO</A></LI>
  74.         <LI><A HREF="#math::complex">Math::Complex</A></LI>
  75.         <LI><A HREF="#math::trig">Math::Trig</A></LI>
  76.         <LI><A HREF="#db_file">DB_File</A></LI>
  77.         <LI><A HREF="#net::ping">Net::Ping</A></LI>
  78.         <LI><A HREF="#objectoriented overrides for builtin operators">Object-oriented overrides for builtin operators</A></LI>
  79.     </UL>
  80.  
  81.     <LI><A HREF="#utility changes">Utility Changes</A></LI>
  82.     <UL>
  83.  
  84.         <LI><A HREF="#pod2html">pod2html</A></LI>
  85.         <LI><A HREF="#xsubpp">xsubpp</A></LI>
  86.     </UL>
  87.  
  88.     <LI><A HREF="#c language api changes">C Language API Changes</A></LI>
  89.     <LI><A HREF="#documentation changes">Documentation Changes</A></LI>
  90.     <LI><A HREF="#new diagnostics">New Diagnostics</A></LI>
  91.     <LI><A HREF="#bugs">BUGS</A></LI>
  92.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  93.     <LI><A HREF="#history">HISTORY</A></LI>
  94. </UL>
  95. <!-- INDEX END -->
  96.  
  97. <HR>
  98. <P>
  99. <H1><A NAME="name">NAME</A></H1>
  100. <P>perldelta - what's new for perl5.004</P>
  101. <P>
  102. <HR>
  103. <H1><A NAME="description">DESCRIPTION</A></H1>
  104. <P>This document describes differences between the 5.003 release (as
  105. documented in <EM>Programming Perl</EM>, second edition--the Camel Book) and
  106. this one.</P>
  107. <P>
  108. <HR>
  109. <H1><A NAME="supported environments">Supported Environments</A></H1>
  110. <P>Perl5.004 builds out of the box on Unix, Plan 9, LynxOS, VMS, OS/2,
  111. QNX, AmigaOS, and Windows NT.  Perl runs on Windows 95 as well, but it
  112. cannot be built there, for lack of a reasonable command interpreter.</P>
  113. <P>
  114. <HR>
  115. <H1><A NAME="core changes">Core Changes</A></H1>
  116. <P>Most importantly, many bugs were fixed, including several security
  117. problems.  See the <EM>Changes</EM> file in the distribution for details.</P>
  118. <P>
  119. <H2><A NAME="list assignment to %env works">List assignment to %ENV works</A></H2>
  120. <P><CODE>%ENV = ()</CODE> and <CODE>%ENV = @list</CODE> now work as expected (except on VMS
  121. where it generates a fatal error).</P>
  122. <P>
  123. <H2><A NAME="can't locate foo.pm in @inc error now lists @inc">``Can't locate Foo.pm in @INC'' error now lists @INC</A></H2>
  124. <P>
  125. <H2><A NAME="compilation option: binary compatibility with 5.003">Compilation option: Binary compatibility with 5.003</A></H2>
  126. <P>There is a new Configure question that asks if you want to maintain
  127. binary compatibility with Perl 5.003.  If you choose binary
  128. compatibility, you do not have to recompile your extensions, but you
  129. might have symbol conflicts if you embed Perl in another application,
  130. just as in the 5.003 release.  By default, binary compatibility
  131. is preserved at the expense of symbol table pollution.</P>
  132. <P>
  133. <H2><A NAME="$perl5opt environment variable">$PERL5OPT environment variable</A></H2>
  134. <P>You may now put Perl options in the $PERL5OPT environment variable.
  135. Unless Perl is running with taint checks, it will interpret this
  136. variable as if its contents had appeared on a ``#!perl'' line at the
  137. beginning of your script, except that hyphens are optional.  PERL5OPT
  138. may only be used to set the following switches: <STRONG>-[DIMUdmw]</STRONG>.</P>
  139. <P>
  140. <H2><A NAME="limitations on m, m, and t options">Limitations on <STRONG>-M</STRONG>, <STRONG>-m</STRONG>, and <STRONG>-T</STRONG> options</A></H2>
  141. <P>The <CODE>-M</CODE> and <CODE>-m</CODE> options are no longer allowed on the <CODE>#!</CODE> line of
  142. a script.  If a script needs a module, it should invoke it with the
  143. <A HREF="#item_use"><CODE>use</CODE></A> pragma.</P>
  144. <P>The <STRONG>-T</STRONG> option is also forbidden on the <CODE>#!</CODE> line of a script,
  145. unless it was present on the Perl command line.  Due to the way <CODE>#!</CODE>
  146. works, this usually means that <STRONG>-T</STRONG> must be in the first argument.
  147. Thus:</P>
  148. <PRE>
  149.     #!/usr/bin/perl -T -w</PRE>
  150. <P>will probably work for an executable script invoked as <CODE>scriptname</CODE>,
  151. while:</P>
  152. <PRE>
  153.     #!/usr/bin/perl -w -T</PRE>
  154. <P>will probably fail under the same conditions.  (Non-Unix systems will
  155. probably not follow this rule.)  But <CODE>perl scriptname</CODE> is guaranteed
  156. to fail, since then there is no chance of <STRONG>-T</STRONG> being found on the
  157. command line before it is found on the <CODE>#!</CODE> line.</P>
  158. <P>
  159. <H2><A NAME="more precise warnings">More precise warnings</A></H2>
  160. <P>If you removed the <STRONG>-w</STRONG> option from your Perl 5.003 scripts because it
  161. made Perl too verbose, we recommend that you try putting it back when
  162. you upgrade to Perl 5.004.  Each new perl version tends to remove some
  163. undesirable warnings, while adding new warnings that may catch bugs in
  164. your scripts.</P>
  165. <P>
  166. <H2><A NAME="deprecated: inherited autoload for nonmethods">Deprecated: Inherited <CODE>AUTOLOAD</CODE> for non-methods</A></H2>
  167. <P>Before Perl 5.004, <CODE>AUTOLOAD</CODE> functions were looked up as methods
  168. (using the <CODE>@ISA</CODE> hierarchy), even when the function to be autoloaded
  169. was called as a plain function (e.g. <CODE>Foo::bar()</CODE>), not a method
  170. (e.g. <CODE>Foo->bar()</CODE> or <CODE>$obj->bar()</CODE>).</P>
  171. <P>Perl 5.005 will use method lookup only for methods' <CODE>AUTOLOAD</CODE>s.
  172. However, there is a significant base of existing code that may be using
  173. the old behavior.  So, as an interim step, Perl 5.004 issues an optional
  174. warning when a non-method uses an inherited <CODE>AUTOLOAD</CODE>.</P>
  175. <P>The simple rule is:  Inheritance will not work when autoloading
  176. non-methods.  The simple fix for old code is:  In any module that used to
  177. depend on inheriting <CODE>AUTOLOAD</CODE> for non-methods from a base class named
  178. <CODE>BaseClass</CODE>, execute <CODE>*AUTOLOAD = \&BaseClass::AUTOLOAD</CODE> during startup.</P>
  179. <P>
  180. <H2><A NAME="previously deprecated %overload is no longer usable">Previously deprecated %OVERLOAD is no longer usable</A></H2>
  181. <P>Using %OVERLOAD to define overloading was deprecated in 5.003.
  182. Overloading is now defined using the overload pragma. %OVERLOAD is
  183. still used internally but should not be used by Perl scripts. See
  184. <A HREF="../../lib/overload.html">the overload manpage</A> for more details.</P>
  185. <P>
  186. <H2><A NAME="subroutine arguments created only when they're modified">Subroutine arguments created only when they're modified</A></H2>
  187. <P>In Perl 5.004, nonexistent array and hash elements used as subroutine
  188. parameters are brought into existence only if they are actually
  189. assigned to (via <CODE>@_</CODE>).</P>
  190. <P>Earlier versions of Perl vary in their handling of such arguments.
  191. Perl versions 5.002 and 5.003 always brought them into existence.
  192. Perl versions 5.000 and 5.001 brought them into existence only if
  193. they were not the first argument (which was almost certainly a bug).
  194. Earlier versions of Perl never brought them into existence.</P>
  195. <P>For example, given this code:</P>
  196. <PRE>
  197.      undef @a; undef %a;
  198.      sub show { print $_[0] };
  199.      sub change { $_[0]++ };
  200.      show($a[2]);
  201.      change($a{b});</PRE>
  202. <P>After this code executes in Perl 5.004, $a{b} exists but $a[2] does
  203. not.  In Perl 5.002 and 5.003, both $a{b} and $a[2] would have existed
  204. (but $a[2]'s value would have been undefined).</P>
  205. <P>
  206. <H2><A NAME="group vector changeable with $)">Group vector changeable with <CODE>$)</CODE></A></H2>
  207. <P>The <CODE>$)</CODE> special variable has always (well, in Perl 5, at least)
  208. reflected not only the current effective group, but also the group list
  209. as returned by the <CODE>getgroups()</CODE> C function (if there is one).
  210. However, until this release, there has not been a way to call the
  211. <CODE>setgroups()</CODE> C function from Perl.</P>
  212. <P>In Perl 5.004, assigning to <CODE>$)</CODE> is exactly symmetrical with examining
  213. it: The first number in its string value is used as the effective gid;
  214. if there are any numbers after the first one, they are passed to the
  215. <CODE>setgroups()</CODE> C function (if there is one).</P>
  216. <P>
  217. <H2><A NAME="fixed parsing of $$<digit>, &$<digit>, etc.">Fixed parsing of $$<digit>, &$<digit>, etc.</A></H2>
  218. <P>Perl versions before 5.004 misinterpreted any type marker followed by
  219. ``$'' and a digit.  For example, ``$$0'' was incorrectly taken to mean
  220. ``${$}0'' instead of ``${$0}''.  This bug is (mostly) fixed in Perl 5.004.</P>
  221. <P>However, the developers of Perl 5.004 could not fix this bug completely,
  222. because at least two widely-used modules depend on the old meaning of
  223. ``$$0'' in a string.  So Perl 5.004 still interprets ``$$<digit>'' in the
  224. old (broken) way inside strings; but it generates this message as a
  225. warning.  And in Perl 5.005, this special treatment will cease.</P>
  226. <P>
  227. <H2><A NAME="fixed localization of $<digit>, $&, etc.">Fixed localization of $<digit>, $&, etc.</A></H2>
  228. <P>Perl versions before 5.004 did not always properly localize the
  229. regex-related special variables.  Perl 5.004 does localize them, as
  230. the documentation has always said it should.  This may result in $1,
  231. $2, etc. no longer being set where existing programs use them.</P>
  232. <P>
  233. <H2><A NAME="no resetting of $. on implicit close">No resetting of $. on implicit close</A></H2>
  234. <P>The documentation for Perl 5.0 has always stated that <CODE>$.</CODE> is <EM>not</EM>
  235. reset when an already-open file handle is reopened with no intervening
  236. call to <A HREF="../../lib/Pod/perlfunc.html#item_close"><CODE>close</CODE></A>.  Due to a bug, perl versions 5.000 through 5.003
  237. <EM>did</EM> reset <CODE>$.</CODE> under that circumstance; Perl 5.004 does not.</P>
  238. <P>
  239. <H2><A NAME="wantarray may return undef"><A HREF="../../lib/Pod/perlfunc.html#item_wantarray"><CODE>wantarray</CODE></A> may return undef</A></H2>
  240. <P>The <A HREF="../../lib/Pod/perlfunc.html#item_wantarray"><CODE>wantarray</CODE></A> operator returns true if a subroutine is expected to
  241. return a list, and false otherwise.  In Perl 5.004, <A HREF="../../lib/Pod/perlfunc.html#item_wantarray"><CODE>wantarray</CODE></A> can
  242. also return the undefined value if a subroutine's return value will
  243. not be used at all, which allows subroutines to avoid a time-consuming
  244. calculation of a return value if it isn't going to be used.</P>
  245. <P>
  246. <H2><A NAME="eval expr determines value of expr in scalar context"><A HREF="../../lib/Pod/perlfunc.html#item_eval"><CODE>eval EXPR</CODE></A> determines value of EXPR in scalar context</A></H2>
  247. <P>Perl (version 5) used to determine the value of EXPR inconsistently,
  248. sometimes incorrectly using the surrounding context for the determination.
  249. Now, the value of EXPR (before being parsed by eval) is always determined in
  250. a scalar context.  Once parsed, it is executed as before, by providing
  251. the context that the scope surrounding the eval provided.  This change
  252. makes the behavior Perl4 compatible, besides fixing bugs resulting from
  253. the inconsistent behavior.  This program:</P>
  254. <PRE>
  255.     @a = qw(time now is time);
  256.     print eval @a;
  257.     print '|', scalar eval @a;</PRE>
  258. <P>used to print something like ``timenowis881399109|4'', but now (and in perl4)
  259. prints ``4|4''.</P>
  260. <P>
  261. <H2><A NAME="changes to tainting checks">Changes to tainting checks</A></H2>
  262. <P>A bug in previous versions may have failed to detect some insecure
  263. conditions when taint checks are turned on.  (Taint checks are used
  264. in setuid or setgid scripts, or when explicitly turned on with the
  265. <CODE>-T</CODE> invocation option.)  Although it's unlikely, this may cause a
  266. previously-working script to now fail -- which should be construed
  267. as a blessing, since that indicates a potentially-serious security
  268. hole was just plugged.</P>
  269. <P>The new restrictions when tainting include:</P>
  270. <DL>
  271. <DT><STRONG><A NAME="item_glob">No <CODE>glob()</CODE> or <*></A></STRONG><BR>
  272. <DD>
  273. These operators may spawn the C shell (csh), which cannot be made
  274. safe.  This restriction will be lifted in a future version of Perl
  275. when globbing is implemented without the use of an external program.
  276. <P></P>
  277. <DT><STRONG><A NAME="item_No_spawning_if_tainted_%24CDPATH%2C_%24ENV%2C_%24B">No spawning if tainted $CDPATH, $ENV, $BASH_ENV</A></STRONG><BR>
  278. <DD>
  279. These environment variables may alter the behavior of spawned programs
  280. (especially shells) in ways that subvert security.  So now they are
  281. treated as dangerous, in the manner of $IFS and $PATH.
  282. <P></P>
  283. <DT><STRONG><A NAME="item_No_spawning_if_tainted_%24TERM_doesn%27t_look_like">No spawning if tainted $TERM doesn't look like a terminal name</A></STRONG><BR>
  284. <DD>
  285. Some termcap libraries do unsafe things with $TERM.  However, it would be
  286. unnecessarily harsh to treat all $TERM values as unsafe, since only shell
  287. metacharacters can cause trouble in $TERM.  So a tainted $TERM is
  288. considered to be safe if it contains only alphanumerics, underscores,
  289. dashes, and colons, and unsafe if it contains other characters (including
  290. whitespace).
  291. <P></P></DL>
  292. <P>
  293. <H2><A NAME="new opcode module and revised safe module">New Opcode module and revised Safe module</A></H2>
  294. <P>A new Opcode module supports the creation, manipulation and
  295. application of opcode masks.  The revised Safe module has a new API
  296. and is implemented using the new Opcode module.  Please read the new
  297. Opcode and Safe documentation.</P>
  298. <P>
  299. <H2><A NAME="embedding improvements">Embedding improvements</A></H2>
  300. <P>In older versions of Perl it was not possible to create more than one
  301. Perl interpreter instance inside a single process without leaking like a
  302. sieve and/or crashing.  The bugs that caused this behavior have all been
  303. fixed.  However, you still must take care when embedding Perl in a C
  304. program.  See the updated perlembed manpage for tips on how to manage
  305. your interpreters.</P>
  306. <P>
  307. <H2><A NAME="internal change: filehandle class based on io::* classes">Internal change: FileHandle class based on IO::* classes</A></H2>
  308. <P>File handles are now stored internally as type IO::Handle.  The
  309. FileHandle module is still supported for backwards compatibility, but
  310. it is now merely a front end to the IO::* modules -- specifically,
  311. IO::Handle, IO::Seekable, and IO::File.  We suggest, but do not
  312. require, that you use the IO::* modules in new code.</P>
  313. <P>In harmony with this change, <CODE>*GLOB{FILEHANDLE}</CODE> is now just a
  314. backward-compatible synonym for <CODE>*GLOB{IO}</CODE>.</P>
  315. <P>
  316. <H2><A NAME="internal change: perlio abstraction interface">Internal change: PerlIO abstraction interface</A></H2>
  317. <P>It is now possible to build Perl with AT&T's sfio IO package
  318. instead of stdio.  See <A HREF="../../lib/Pod/perlapio.html">the perlapio manpage</A> for more details, and
  319. the <EM>INSTALL</EM> file for how to use it.</P>
  320. <P>
  321. <H2><A NAME="new and changed syntax">New and changed syntax</A></H2>
  322. <DL>
  323. <DT><STRONG><A NAME="item_%24coderef%2D%3E%28PARAMS%29">$coderef->(PARAMS)</A></STRONG><BR>
  324. <DD>
  325. A subroutine reference may now be suffixed with an arrow and a
  326. (possibly empty) parameter list.  This syntax denotes a call of the
  327. referenced subroutine, with the given parameters (if any).
  328. <P>This new syntax follows the pattern of <CODE>$hashref->{FOO}</CODE> and
  329. <CODE>$aryref->[$foo]</CODE>: You may now write <CODE>&$subref($foo)</CODE> as
  330. <CODE>$subref->($foo)</CODE>.  All these arrow terms may be chained;
  331. thus, <CODE>&{$table->{FOO}}($bar)</CODE> may now be written
  332. <CODE>$table->{FOO}->($bar)</CODE>.</P>
  333. <P></P></DL>
  334. <P>
  335. <H2><A NAME="new and changed builtin constants">New and changed builtin constants</A></H2>
  336. <DL>
  337. <DT><STRONG><A NAME="item___PACKAGE__">__PACKAGE__</A></STRONG><BR>
  338. <DD>
  339. The current package name at compile time, or the undefined value if
  340. there is no current package (due to a <CODE>package;</CODE> directive).  Like
  341. <CODE>__FILE__</CODE> and <CODE>__LINE__</CODE>, <A HREF="#item___PACKAGE__"><CODE>__PACKAGE__</CODE></A> does <EM>not</EM> interpolate
  342. into strings.
  343. <P></P></DL>
  344. <P>
  345. <H2><A NAME="new and changed builtin variables">New and changed builtin variables</A></H2>
  346. <DL>
  347. <DT><STRONG><A NAME="item_%24%5EE">$^E</A></STRONG><BR>
  348. <DD>
  349. Extended error message on some platforms.  (Also known as
  350. $EXTENDED_OS_ERROR if you <CODE>use English</CODE>).
  351. <P></P>
  352. <DT><STRONG><A NAME="item_%24%5EH">$^H</A></STRONG><BR>
  353. <DD>
  354. The current set of syntax checks enabled by <CODE>use strict</CODE>.  See the
  355. documentation of <CODE>strict</CODE> for more details.  Not actually new, but
  356. newly documented.
  357. Because it is intended for internal use by Perl core components,
  358. there is no <CODE>use English</CODE> long name for this variable.
  359. <P></P>
  360. <DT><STRONG><A NAME="item_%24%5EM">$^M</A></STRONG><BR>
  361. <DD>
  362. By default, running out of memory it is not trappable.  However, if
  363. compiled for this, Perl may use the contents of <A HREF="#item_%24%5EM"><CODE>$^M</CODE></A> as an emergency
  364. pool after die()ing with this message.  Suppose that your Perl were
  365. compiled with -DPERL_EMERGENCY_SBRK and used Perl's malloc.  Then
  366. <PRE>
  367.     $^M = 'a' x (1<<16);</PRE>
  368. <P>would allocate a 64K buffer for use when in emergency.
  369. See the <EM>INSTALL</EM> file for information on how to enable this option.
  370. As a disincentive to casual use of this advanced feature,
  371. there is no <CODE>use English</CODE> long name for this variable.</P>
  372. <P></P></DL>
  373. <P>
  374. <H2><A NAME="new and changed builtin functions">New and changed builtin functions</A></H2>
  375. <DL>
  376. <DT><STRONG><A NAME="item_delete_on_slices">delete on slices</A></STRONG><BR>
  377. <DD>
  378. This now works.  (e.g. <CODE>delete @ENV{'PATH', 'MANPATH'}</CODE>)
  379. <P></P>
  380. <DT><STRONG><A NAME="item_flock">flock</A></STRONG><BR>
  381. <DD>
  382. is now supported on more platforms, prefers fcntl to lockf when
  383. emulating, and always flushes before (un)locking.
  384. <P></P>
  385. <DT><STRONG><A NAME="item_printf_and_sprintf">printf and sprintf</A></STRONG><BR>
  386. <DD>
  387. Perl now implements these functions itself; it doesn't use the C
  388. library function <A HREF="../../lib/Pod/perlfunc.html#item_sprintf"><CODE>sprintf()</CODE></A> any more, except for floating-point
  389. numbers, and even then only known flags are allowed.  As a result, it
  390. is now possible to know which conversions and flags will work, and
  391. what they will do.
  392. <P>The new conversions in Perl's <A HREF="../../lib/Pod/perlfunc.html#item_sprintf"><CODE>sprintf()</CODE></A> are:</P>
  393. <PRE>
  394.    %i   a synonym for %d
  395.    %p   a pointer (the address of the Perl value, in hexadecimal)
  396.    %n   special: *stores* the number of characters output so far
  397.         into the next variable in the parameter list</PRE>
  398. <P>The new flags that go between the <CODE>%</CODE> and the conversion are:</P>
  399. <PRE>
  400.    #    prefix octal with "0", hex with "0x"
  401.    h    interpret integer as C type "short" or "unsigned short"
  402.    V    interpret integer as Perl's standard integer type</PRE>
  403. <P>Also, where a number would appear in the flags, an asterisk (``*'') may
  404. be used instead, in which case Perl uses the next item in the
  405. parameter list as the given number (that is, as the field width or
  406. precision).  If a field width obtained through ``*'' is negative, it has
  407. the same effect as the '-' flag: left-justification.</P>
  408. <P>See <A HREF="../../lib/Pod/perlfunc.html#sprintf">sprintf in the perlfunc manpage</A> for a complete list of conversion and flags.</P>
  409. <P></P>
  410. <DT><STRONG><A NAME="item_keys_as_an_lvalue">keys as an lvalue</A></STRONG><BR>
  411. <DD>
  412. As an lvalue, <A HREF="../../lib/Pod/perlfunc.html#item_keys"><CODE>keys</CODE></A> allows you to increase the number of hash buckets
  413. allocated for the given hash.  This can gain you a measure of efficiency if
  414. you know the hash is going to get big.  (This is similar to pre-extending
  415. an array by assigning a larger number to $#array.)  If you say
  416. <PRE>
  417.     keys %hash = 200;</PRE>
  418. <P>then <CODE>%hash</CODE> will have at least 200 buckets allocated for it.  These
  419. buckets will be retained even if you do <CODE>%hash = ()</CODE>; use <CODE>undef
  420. %hash</CODE> if you want to free the storage while <CODE>%hash</CODE> is still in scope.
  421. You can't shrink the number of buckets allocated for the hash using
  422. <A HREF="../../lib/Pod/perlfunc.html#item_keys"><CODE>keys</CODE></A> in this way (but you needn't worry about doing this by accident,
  423. as trying has no effect).</P>
  424. <P></P>
  425. <DT><STRONG><A NAME="item_my"><CODE>my()</CODE> in Control Structures</A></STRONG><BR>
  426. <DD>
  427. You can now use <A HREF="#item_my"><CODE>my()</CODE></A> (with or without the parentheses) in the control
  428. expressions of control structures such as:
  429. <PRE>
  430.     while (defined(my $line = <>)) {
  431.         $line = lc $line;
  432.     } continue {
  433.         print $line;
  434.     }</PRE>
  435. <PRE>
  436.     if ((my $answer = <STDIN>) =~ /^y(es)?$/i) {
  437.         user_agrees();
  438.     } elsif ($answer =~ /^n(o)?$/i) {
  439.         user_disagrees();
  440.     } else {
  441.         chomp $answer;
  442.         die "`$answer' is neither `yes' nor `no'";
  443.     }</PRE>
  444. <P>Also, you can declare a foreach loop control variable as lexical by
  445. preceding it with the word ``my''.  For example, in:</P>
  446. <PRE>
  447.     foreach my $i (1, 2, 3) {
  448.         some_function();
  449.     }</PRE>
  450. <P>$i is a lexical variable, and the scope of $i extends to the end of
  451. the loop, but not beyond it.</P>
  452. <P>Note that you still cannot use <A HREF="#item_my"><CODE>my()</CODE></A> on global punctuation variables
  453. such as $_ and the like.</P>
  454. <P></P>
  455. <DT><STRONG><A NAME="item_pack"><CODE>pack()</CODE> and <A HREF="../../lib/Pod/perlfunc.html#item_unpack"><CODE>unpack()</CODE></A></A></STRONG><BR>
  456. <DD>
  457. A new format 'w' represents a BER compressed integer (as defined in
  458. ASN.1).  Its format is a sequence of one or more bytes, each of which
  459. provides seven bits of the total value, with the most significant
  460. first.  Bit eight of each byte is set, except for the last byte, in
  461. which bit eight is clear.
  462. <P>If 'p' or 'P' are given undef as values, they now generate a NULL
  463. pointer.</P>
  464. <P>Both <A HREF="#item_pack"><CODE>pack()</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_unpack"><CODE>unpack()</CODE></A> now fail when their templates contain invalid
  465. types.  (Invalid types used to be ignored.)</P>
  466. <P></P>
  467. <DT><STRONG><A NAME="item_sysseek"><CODE>sysseek()</CODE></A></STRONG><BR>
  468. <DD>
  469. The new <A HREF="#item_sysseek"><CODE>sysseek()</CODE></A> operator is a variant of <A HREF="../../lib/Pod/perlfunc.html#item_seek"><CODE>seek()</CODE></A> that sets and gets the
  470. file's system read/write position, using the <CODE>lseek(2)</CODE> system call.  It is
  471. the only reliable way to seek before using <A HREF="../../lib/Pod/perlfunc.html#item_sysread"><CODE>sysread()</CODE></A> or syswrite().  Its
  472. return value is the new position, or the undefined value on failure.
  473. <P></P>
  474. <DT><STRONG><A NAME="item_use">use VERSION</A></STRONG><BR>
  475. <DD>
  476. If the first argument to <A HREF="#item_use"><CODE>use</CODE></A> is a number, it is treated as a version
  477. number instead of a module name.  If the version of the Perl interpreter
  478. is less than VERSION, then an error message is printed and Perl exits
  479. immediately.  Because <A HREF="#item_use"><CODE>use</CODE></A> occurs at compile time, this check happens
  480. immediately during the compilation process, unlike <A HREF="../../lib/Pod/perlfunc.html#item_require"><CODE>require VERSION</CODE></A>,
  481. which waits until runtime for the check.  This is often useful if you
  482. need to check the current Perl version before <A HREF="#item_use"><CODE>use</CODE></A>ing library modules
  483. which have changed in incompatible ways from older versions of Perl.
  484. (We try not to do this more than we have to.)
  485. <P></P>
  486. <DT><STRONG>use Module VERSION LIST</STRONG><BR>
  487. <DD>
  488. If the VERSION argument is present between Module and LIST, then the
  489. <A HREF="#item_use"><CODE>use</CODE></A> will call the VERSION method in class Module with the given
  490. version as an argument.  The default VERSION method, inherited from
  491. the UNIVERSAL class, croaks if the given version is larger than the
  492. value of the variable $Module::VERSION.  (Note that there is not a
  493. comma after VERSION!)
  494. <P>This version-checking mechanism is similar to the one currently used
  495. in the Exporter module, but it is faster and can be used with modules
  496. that don't use the Exporter.  It is the recommended method for new
  497. code.</P>
  498. <P></P>
  499. <DT><STRONG><A NAME="item_prototype"><CODE>prototype(FUNCTION)</CODE></A></STRONG><BR>
  500. <DD>
  501. Returns the prototype of a function as a string (or <A HREF="../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A> if the
  502. function has no prototype).  FUNCTION is a reference to or the name of the
  503. function whose prototype you want to retrieve.
  504. (Not actually new; just never documented before.)
  505. <P></P>
  506. <DT><STRONG><A NAME="item_srand">srand</A></STRONG><BR>
  507. <DD>
  508. The default seed for <A HREF="#item_srand"><CODE>srand</CODE></A>, which used to be <A HREF="../../lib/Pod/perlfunc.html#item_time"><CODE>time</CODE></A>, has been changed.
  509. Now it's a heady mix of difficult-to-predict system-dependent values,
  510. which should be sufficient for most everyday purposes.
  511. <P>Previous to version 5.004, calling <A HREF="../../lib/Pod/perlfunc.html#item_rand"><CODE>rand</CODE></A> without first calling <A HREF="#item_srand"><CODE>srand</CODE></A>
  512. would yield the same sequence of random numbers on most or all machines.
  513. Now, when perl sees that you're calling <A HREF="../../lib/Pod/perlfunc.html#item_rand"><CODE>rand</CODE></A> and haven't yet called
  514. <A HREF="#item_srand"><CODE>srand</CODE></A>, it calls <A HREF="#item_srand"><CODE>srand</CODE></A> with the default seed. You should still call
  515. <A HREF="#item_srand"><CODE>srand</CODE></A> manually if your code might ever be run on a pre-5.004 system,
  516. of course, or if you want a seed other than the default.</P>
  517. <P></P>
  518. <DT><STRONG><A NAME="item_%24__as_Default">$_ as Default</A></STRONG><BR>
  519. <DD>
  520. Functions documented in the Camel to default to $_ now in
  521. fact do, and all those that do are so documented in <A HREF="../../lib/Pod/perlfunc.html">the perlfunc manpage</A>.
  522. <P></P>
  523. <DT><STRONG><A NAME="item_m%2F%2Fgc_does_not_reset_search_position_on_failur"><CODE>m//gc</CODE> does not reset search position on failure</A></STRONG><BR>
  524. <DD>
  525. The <CODE>m//g</CODE> match iteration construct has always reset its target
  526. string's search position (which is visible through the <A HREF="../../lib/Pod/perlfunc.html#item_pos"><CODE>pos</CODE></A> operator)
  527. when a match fails; as a result, the next <CODE>m//g</CODE> match after a failure
  528. starts again at the beginning of the string.  With Perl 5.004, this
  529. reset may be disabled by adding the ``c'' (for ``continue'') modifier,
  530. i.e. <CODE>m//gc</CODE>.  This feature, in conjunction with the <CODE>\G</CODE> zero-width
  531. assertion, makes it possible to chain matches together.  See <A HREF="../../lib/Pod/perlop.html">the perlop manpage</A>
  532. and <A HREF="../../lib/Pod/perlre.html">the perlre manpage</A>.
  533. <P></P>
  534. <DT><STRONG><A NAME="item_m%2F%2Fx_ignores_whitespace_before_%3F%2A%2B%7B%7D"><CODE>m//x</CODE> ignores whitespace before ?*+{}</A></STRONG><BR>
  535. <DD>
  536. The <CODE>m//x</CODE> construct has always been intended to ignore all unescaped
  537. whitespace.  However, before Perl 5.004, whitespace had the effect of
  538. escaping repeat modifiers like ``*'' or ``?''; for example, <CODE>/a *b/x</CODE> was
  539. (mis)interpreted as <CODE>/a\*b/x</CODE>.  This bug has been fixed in 5.004.
  540. <P></P>
  541. <DT><STRONG><A NAME="item_nested_sub%7B%7D_closures_work_now">nested <A HREF="../../lib/Pod/perlfunc.html#item_sub"><CODE>sub{}</CODE></A> closures work now</A></STRONG><BR>
  542. <DD>
  543. Prior to the 5.004 release, nested anonymous functions didn't work
  544. right.  They do now.
  545. <P></P>
  546. <DT><STRONG><A NAME="item_formats_work_right_on_changing_lexicals">formats work right on changing lexicals</A></STRONG><BR>
  547. <DD>
  548. Just like anonymous functions that contain lexical variables
  549. that change (like a lexical index variable for a <CODE>foreach</CODE> loop),
  550. formats now work properly.  For example, this silently failed
  551. before (printed only zeros), but is fine now:
  552. <PRE>
  553.     my $i;
  554.     foreach $i ( 1 .. 10 ) {
  555.         write;
  556.     }
  557.     format =
  558.         my i is @#
  559.         $i
  560.     .</PRE>
  561. <P>However, it still fails (without a warning) if the foreach is within a
  562. subroutine:</P>
  563. <PRE>
  564.     my $i;
  565.     sub foo {
  566.       foreach $i ( 1 .. 10 ) {
  567.         write;
  568.       }
  569.     }
  570.     foo;
  571.     format =
  572.         my i is @#
  573.         $i
  574.     .</PRE>
  575. <P></P></DL>
  576. <P>
  577. <H2><A NAME="new builtin methods">New builtin methods</A></H2>
  578. <P>The <CODE>UNIVERSAL</CODE> package automatically contains the following methods that
  579. are inherited by all other classes:</P>
  580. <DL>
  581. <DT><STRONG><A NAME="item_isa"><CODE>isa(CLASS)</CODE></A></STRONG><BR>
  582. <DD>
  583. <A HREF="#item_isa"><CODE>isa</CODE></A> returns <EM>true</EM> if its object is blessed into a subclass of <CODE>CLASS</CODE>
  584. <P><A HREF="#item_isa"><CODE>isa</CODE></A> is also exportable and can be called as a sub with two arguments. This
  585. allows the ability to check what a reference points to. Example:</P>
  586. <PRE>
  587.     use UNIVERSAL qw(isa);</PRE>
  588. <PRE>
  589.     if(isa($ref, 'ARRAY')) {
  590.        ...
  591.     }</PRE>
  592. <P></P>
  593. <DT><STRONG><A NAME="item_can"><CODE>can(METHOD)</CODE></A></STRONG><BR>
  594. <DD>
  595. <A HREF="#item_can"><CODE>can</CODE></A> checks to see if its object has a method called <CODE>METHOD</CODE>,
  596. if it does then a reference to the sub is returned; if it does not then
  597. <EM>undef</EM> is returned.
  598. <P></P>
  599. <DT><STRONG><A NAME="item_VERSION">VERSION( [NEED] )</A></STRONG><BR>
  600. <DD>
  601. <A HREF="#item_VERSION"><CODE>VERSION</CODE></A> returns the version number of the class (package).  If the
  602. NEED argument is given then it will check that the current version (as
  603. defined by the $VERSION variable in the given package) not less than
  604. NEED; it will die if this is not the case.  This method is normally
  605. called as a class method.  This method is called automatically by the
  606. <A HREF="#item_VERSION"><CODE>VERSION</CODE></A> form of <A HREF="#item_use"><CODE>use</CODE></A>.
  607. <PRE>
  608.     use A 1.2 qw(some imported subs);
  609.     # implies:
  610.     A->VERSION(1.2);</PRE>
  611. <P></P></DL>
  612. <P><STRONG>NOTE:</STRONG> <A HREF="#item_can"><CODE>can</CODE></A> directly uses Perl's internal code for method lookup, and
  613. <A HREF="#item_isa"><CODE>isa</CODE></A> uses a very similar method and caching strategy. This may cause
  614. strange effects if the Perl code dynamically changes @ISA in any package.</P>
  615. <P>You may add other methods to the UNIVERSAL class via Perl or XS code.
  616. You do not need to <A HREF="#item_use"><CODE>use UNIVERSAL</CODE></A> in order to make these methods
  617. available to your program.  This is necessary only if you wish to
  618. have <A HREF="#item_isa"><CODE>isa</CODE></A> available as a plain subroutine in the current package.</P>
  619. <P>
  620. <H2><A NAME="tiehandle now supported">TIEHANDLE now supported</A></H2>
  621. <P>See <A HREF="../../lib/Pod/perltie.html">the perltie manpage</A> for other kinds of tie()s.</P>
  622. <DL>
  623. <DT><STRONG><A NAME="item_TIEHANDLE_classname%2C_LIST">TIEHANDLE classname, LIST</A></STRONG><BR>
  624. <DD>
  625. This is the constructor for the class.  That means it is expected to
  626. return an object of some sort. The reference can be used to
  627. hold some internal information.
  628. <PRE>
  629.     sub TIEHANDLE {
  630.         print "<shout>\n";
  631.         my $i;
  632.         return bless \$i, shift;
  633.     }</PRE>
  634. <P></P>
  635. <DT><STRONG><A NAME="item_PRINT_this%2C_LIST">PRINT this, LIST</A></STRONG><BR>
  636. <DD>
  637. This method will be triggered every time the tied handle is printed to.
  638. Beyond its self reference it also expects the list that was passed to
  639. the print function.
  640. <PRE>
  641.     sub PRINT {
  642.         $r = shift;
  643.         $$r++;
  644.         return print join( $, => map {uc} @_), $\;
  645.     }</PRE>
  646. <P></P>
  647. <DT><STRONG><A NAME="item_PRINTF_this%2C_LIST">PRINTF this, LIST</A></STRONG><BR>
  648. <DD>
  649. This method will be triggered every time the tied handle is printed to
  650. with the <A HREF="../../lib/Pod/perlfunc.html#item_printf"><CODE>printf()</CODE></A> function.
  651. Beyond its self reference it also expects the format and list that was
  652. passed to the printf function.
  653. <PRE>
  654.     sub PRINTF {
  655.         shift;
  656.           my $fmt = shift;
  657.         print sprintf($fmt, @_)."\n";
  658.     }</PRE>
  659. <P></P>
  660. <DT><STRONG><A NAME="item_READ_this_LIST">READ this LIST</A></STRONG><BR>
  661. <DD>
  662. This method will be called when the handle is read from via the <A HREF="../../lib/Pod/perlfunc.html#item_read"><CODE>read</CODE></A>
  663. or <A HREF="../../lib/Pod/perlfunc.html#item_sysread"><CODE>sysread</CODE></A> functions.
  664. <PRE>
  665.     sub READ {
  666.         $r = shift;
  667.         my($buf,$len,$offset) = @_;
  668.         print "READ called, \$buf=$buf, \$len=$len, \$offset=$offset";
  669.     }</PRE>
  670. <P></P>
  671. <DT><STRONG><A NAME="item_READLINE_this">READLINE this</A></STRONG><BR>
  672. <DD>
  673. This method will be called when the handle is read from. The method
  674. should return undef when there is no more data.
  675. <PRE>
  676.     sub READLINE {
  677.         $r = shift;
  678.         return "PRINT called $$r times\n"
  679.     }</PRE>
  680. <P></P>
  681. <DT><STRONG><A NAME="item_GETC_this">GETC this</A></STRONG><BR>
  682. <DD>
  683. This method will be called when the <A HREF="../../lib/Pod/perlfunc.html#item_getc"><CODE>getc</CODE></A> function is called.
  684. <PRE>
  685.     sub GETC { print "Don't GETC, Get Perl"; return "a"; }</PRE>
  686. <P></P>
  687. <DT><STRONG><A NAME="item_DESTROY_this">DESTROY this</A></STRONG><BR>
  688. <DD>
  689. As with the other types of ties, this method will be called when the
  690. tied handle is about to be destroyed. This is useful for debugging and
  691. possibly for cleaning up.
  692. <PRE>
  693.     sub DESTROY {
  694.         print "</shout>\n";
  695.     }</PRE>
  696. <P></P></DL>
  697. <P>
  698. <H2><A NAME="malloc enhancements">Malloc enhancements</A></H2>
  699. <P>If perl is compiled with the malloc included with the perl distribution
  700. (that is, if <CODE>perl -V:d_mymalloc</CODE> is 'define') then you can print
  701. memory statistics at runtime by running Perl thusly:</P>
  702. <PRE>
  703.   env PERL_DEBUG_MSTATS=2 perl your_script_here</PRE>
  704. <P>The value of 2 means to print statistics after compilation and on
  705. exit; with a value of 1, the statistics are printed only on exit.
  706. (If you want the statistics at an arbitrary time, you'll need to
  707. install the optional module Devel::Peek.)</P>
  708. <P>Three new compilation flags are recognized by malloc.c.  (They have no
  709. effect if perl is compiled with system <CODE>malloc().)</CODE></P>
  710. <DL>
  711. <DT><STRONG><A NAME="item_%2DDPERL_EMERGENCY_SBRK">-DPERL_EMERGENCY_SBRK</A></STRONG><BR>
  712. <DD>
  713. If this macro is defined, running out of memory need not be a fatal
  714. error: a memory pool can allocated by assigning to the special
  715. variable <A HREF="#item_%24%5EM"><CODE>$^M</CODE></A>.  See <A HREF="#$^m">$^M</A>.
  716. <P></P>
  717. <DT><STRONG><A NAME="item_%2DDPACK_MALLOC">-DPACK_MALLOC</A></STRONG><BR>
  718. <DD>
  719. Perl memory allocation is by bucket with sizes close to powers of two.
  720. Because of these malloc overhead may be big, especially for data of
  721. size exactly a power of two.  If <CODE>PACK_MALLOC</CODE> is defined, perl uses
  722. a slightly different algorithm for small allocations (up to 64 bytes
  723. long), which makes it possible to have overhead down to 1 byte for
  724. allocations which are powers of two (and appear quite often).
  725. <P>Expected memory savings (with 8-byte alignment in <CODE>alignbytes</CODE>) is
  726. about 20% for typical Perl usage.  Expected slowdown due to additional
  727. malloc overhead is in fractions of a percent (hard to measure, because
  728. of the effect of saved memory on speed).</P>
  729. <P></P>
  730. <DT><STRONG><A NAME="item_%2DDTWO_POT_OPTIMIZE">-DTWO_POT_OPTIMIZE</A></STRONG><BR>
  731. <DD>
  732. Similarly to <CODE>PACK_MALLOC</CODE>, this macro improves allocations of data
  733. with size close to a power of two; but this works for big allocations
  734. (starting with 16K by default).  Such allocations are typical for big
  735. hashes and special-purpose scripts, especially image processing.
  736. <P>On recent systems, the fact that perl requires 2M from system for 1M
  737. allocation will not affect speed of execution, since the tail of such
  738. a chunk is not going to be touched (and thus will not require real
  739. memory).  However, it may result in a premature out-of-memory error.
  740. So if you will be manipulating very large blocks with sizes close to
  741. powers of two, it would be wise to define this macro.</P>
  742. <P>Expected saving of memory is 0-100% (100% in applications which
  743. require most memory in such 2**n chunks); expected slowdown is
  744. negligible.</P>
  745. <P></P></DL>
  746. <P>
  747. <H2><A NAME="miscellaneous efficiency enhancements">Miscellaneous efficiency enhancements</A></H2>
  748. <P>Functions that have an empty prototype and that do nothing but return
  749. a fixed value are now inlined (e.g. <CODE>sub PI () { 3.14159 }</CODE>).</P>
  750. <P>Each unique hash key is only allocated once, no matter how many hashes
  751. have an entry with that key.  So even if you have 100 copies of the
  752. same hash, the hash keys never have to be reallocated.</P>
  753. <P>
  754. <HR>
  755. <H1><A NAME="support for more operating systems">Support for More Operating Systems</A></H1>
  756. <P>Support for the following operating systems is new in Perl 5.004.</P>
  757. <P>
  758. <H2><A NAME="win32">Win32</A></H2>
  759. <P>Perl 5.004 now includes support for building a ``native'' perl under
  760. Windows NT, using the Microsoft Visual C++ compiler (versions 2.0
  761. and above) or the Borland C++ compiler (versions 5.02 and above).
  762. The resulting perl can be used under Windows 95 (if it
  763. is installed in the same directory locations as it got installed
  764. in Windows NT).  This port includes support for perl extension
  765. building tools like <A HREF="../../lib/ExtUtils/MakeMaker.html">the MakeMaker manpage</A> and <EM>h2xs</EM>, so that many extensions
  766. available on the Comprehensive Perl Archive Network (CPAN) can now be
  767. readily built under Windows NT.  See <A HREF="http://www.perl.com/">http://www.perl.com/</A> for more
  768. information on CPAN and <EM>README.win32</EM> in the perl distribution for more
  769. details on how to get started with building this port.</P>
  770. <P>There is also support for building perl under the Cygwin32 environment.
  771. Cygwin32 is a set of GNU tools that make it possible to compile and run
  772. many Unix programs under Windows NT by providing a mostly Unix-like 
  773. interface for compilation and execution.  See <EM>README.cygwin32</EM> in the
  774. perl distribution for more details on this port and how to obtain the
  775. Cygwin32 toolkit.</P>
  776. <P>
  777. <H2><A NAME="plan 9">Plan 9</A></H2>
  778. <P>See <EM>README.plan9</EM> in the perl distribution.</P>
  779. <P>
  780. <H2><A NAME="qnx">QNX</A></H2>
  781. <P>See <EM>README.qnx</EM> in the perl distribution.</P>
  782. <P>
  783. <H2><A NAME="amigaos">AmigaOS</A></H2>
  784. <P>See <EM>README.amigaos</EM> in the perl distribution.</P>
  785. <P>
  786. <HR>
  787. <H1><A NAME="pragmata">Pragmata</A></H1>
  788. <P>Six new pragmatic modules exist:</P>
  789. <DL>
  790. <DT><STRONG><A NAME="item_qw">use autouse MODULE => qw(sub1 sub2 sub3)</A></STRONG><BR>
  791. <DD>
  792. Defers <A HREF="../../lib/Pod/perlfunc.html#item_require"><CODE>require MODULE</CODE></A> until someone calls one of the specified
  793. subroutines (which must be exported by MODULE).  This pragma should be
  794. used with caution, and only when necessary.
  795. <P></P>
  796. <DT><STRONG><A NAME="item_use_blib">use blib</A></STRONG><BR>
  797. <DD>
  798. <DT><STRONG><A NAME="item_use_blib_%27dir%27">use blib 'dir'</A></STRONG><BR>
  799. <DD>
  800. Looks for MakeMaker-like <EM>'blib'</EM> directory structure starting in
  801. <EM>dir</EM> (or current directory) and working back up to five levels of
  802. parent directories.
  803. <P>Intended for use on command line with <STRONG>-M</STRONG> option as a way of testing
  804. arbitrary scripts against an uninstalled version of a package.</P>
  805. <P></P>
  806. <DT><STRONG><A NAME="item_use_constant_NAME_%3D%3E_VALUE">use constant NAME => VALUE</A></STRONG><BR>
  807. <DD>
  808. Provides a convenient interface for creating compile-time constants,
  809. See <A HREF="../../lib/Pod/perlsub.html#constant functions">Constant Functions in the perlsub manpage</A>.
  810. <P></P>
  811. <DT><STRONG><A NAME="item_use_locale">use locale</A></STRONG><BR>
  812. <DD>
  813. Tells the compiler to enable (or disable) the use of POSIX locales for
  814. builtin operations.
  815. <P>When <A HREF="#item_use_locale"><CODE>use locale</CODE></A> is in effect, the current LC_CTYPE locale is used
  816. for regular expressions and case mapping; LC_COLLATE for string
  817. ordering; and LC_NUMERIC for numeric formating in printf and sprintf
  818. (but <STRONG>not</STRONG> in print).  LC_NUMERIC is always used in write, since
  819. lexical scoping of formats is problematic at best.</P>
  820. <P>Each <A HREF="#item_use_locale"><CODE>use locale</CODE></A> or <CODE>no locale</CODE> affects statements to the end of
  821. the enclosing BLOCK or, if not inside a BLOCK, to the end of the
  822. current file.  Locales can be switched and queried with
  823. POSIX::setlocale().</P>
  824. <P>See <A HREF="../../lib/Pod/perllocale.html">the perllocale manpage</A> for more information.</P>
  825. <P></P>
  826. <DT><STRONG><A NAME="item_use_ops">use ops</A></STRONG><BR>
  827. <DD>
  828. Disable unsafe opcodes, or any named opcodes, when compiling Perl code.
  829. <P></P>
  830. <DT><STRONG><A NAME="item_use_vmsish">use vmsish</A></STRONG><BR>
  831. <DD>
  832. Enable VMS-specific language features.  Currently, there are three
  833. VMS-specific features available: 'status', which makes <CODE>$?</CODE> and
  834. <A HREF="../../lib/Pod/perlfunc.html#item_system"><CODE>system</CODE></A> return genuine VMS status values instead of emulating POSIX;
  835. 'exit', which makes <A HREF="../../lib/Pod/perlfunc.html#item_exit"><CODE>exit</CODE></A> take a genuine VMS status value instead of
  836. assuming that <A HREF="../../lib/Pod/perlfunc.html#item_exit"><CODE>exit 1</CODE></A> is an error; and 'time', which makes all times
  837. relative to the local time zone, in the VMS tradition.
  838. <P></P></DL>
  839. <P>
  840. <HR>
  841. <H1><A NAME="modules">Modules</A></H1>
  842. <P>
  843. <H2><A NAME="required updates">Required Updates</A></H2>
  844. <P>Though Perl 5.004 is compatible with almost all modules that work
  845. with Perl 5.003, there are a few exceptions:</P>
  846. <PRE>
  847.     Module   Required Version for Perl 5.004
  848.     ------   -------------------------------
  849.     Filter   Filter-1.12
  850.     LWP      libwww-perl-5.08
  851.     Tk       Tk400.202 (-w makes noise)</PRE>
  852. <P>Also, the majordomo mailing list program, version 1.94.1, doesn't work
  853. with Perl 5.004 (nor with perl 4), because it executes an invalid
  854. regular expression.  This bug is fixed in majordomo version 1.94.2.</P>
  855. <P>
  856. <H2><A NAME="installation directories">Installation directories</A></H2>
  857. <P>The <EM>installperl</EM> script now places the Perl source files for
  858. extensions in the architecture-specific library directory, which is
  859. where the shared libraries for extensions have always been.  This
  860. change is intended to allow administrators to keep the Perl 5.004
  861. library directory unchanged from a previous version, without running
  862. the risk of binary incompatibility between extensions' Perl source and
  863. shared libraries.</P>
  864. <P>
  865. <H2><A NAME="module information summary">Module information summary</A></H2>
  866. <P>Brand new modules, arranged by topic rather than strictly
  867. alphabetically:</P>
  868. <PRE>
  869.     CGI.pm               Web server interface ("Common Gateway Interface")
  870.     CGI/Apache.pm        Support for Apache's Perl module
  871.     CGI/Carp.pm          Log server errors with helpful context
  872.     CGI/Fast.pm          Support for FastCGI (persistent server process)
  873.     CGI/Push.pm          Support for server push
  874.     CGI/Switch.pm        Simple interface for multiple server types</PRE>
  875. <PRE>
  876.     CPAN                 Interface to Comprehensive Perl Archive Network
  877.     CPAN::FirstTime      Utility for creating CPAN configuration file
  878.     CPAN::Nox            Runs CPAN while avoiding compiled extensions</PRE>
  879. <PRE>
  880.     IO.pm                Top-level interface to IO::* classes
  881.     IO/File.pm           IO::File extension Perl module
  882.     IO/Handle.pm         IO::Handle extension Perl module
  883.     IO/Pipe.pm           IO::Pipe extension Perl module
  884.     IO/Seekable.pm       IO::Seekable extension Perl module
  885.     IO/Select.pm         IO::Select extension Perl module
  886.     IO/Socket.pm         IO::Socket extension Perl module</PRE>
  887. <PRE>
  888.     Opcode.pm            Disable named opcodes when compiling Perl code</PRE>
  889. <PRE>
  890.     ExtUtils/Embed.pm    Utilities for embedding Perl in C programs
  891.     ExtUtils/testlib.pm  Fixes up @INC to use just-built extension</PRE>
  892. <PRE>
  893.     FindBin.pm           Find path of currently executing program</PRE>
  894. <PRE>
  895.     Class/Struct.pm      Declare struct-like datatypes as Perl classes
  896.     File/stat.pm         By-name interface to Perl's builtin stat
  897.     Net/hostent.pm       By-name interface to Perl's builtin gethost*
  898.     Net/netent.pm        By-name interface to Perl's builtin getnet*
  899.     Net/protoent.pm      By-name interface to Perl's builtin getproto*
  900.     Net/servent.pm       By-name interface to Perl's builtin getserv*
  901.     Time/gmtime.pm       By-name interface to Perl's builtin gmtime
  902.     Time/localtime.pm    By-name interface to Perl's builtin localtime
  903.     Time/tm.pm           Internal object for Time::{gm,local}time
  904.     User/grent.pm        By-name interface to Perl's builtin getgr*
  905.     User/pwent.pm        By-name interface to Perl's builtin getpw*</PRE>
  906. <PRE>
  907.     Tie/RefHash.pm       Base class for tied hashes with references as keys</PRE>
  908. <PRE>
  909.     UNIVERSAL.pm         Base class for *ALL* classes</PRE>
  910. <P>
  911. <H2><A NAME="fcntl">Fcntl</A></H2>
  912. <P>New constants in the existing Fcntl modules are now supported,
  913. provided that your operating system happens to support them:</P>
  914. <PRE>
  915.     F_GETOWN F_SETOWN
  916.     O_ASYNC O_DEFER O_DSYNC O_FSYNC O_SYNC
  917.     O_EXLOCK O_SHLOCK</PRE>
  918. <P>These constants are intended for use with the Perl operators <A HREF="../../lib/Pod/perlfunc.html#item_sysopen"><CODE>sysopen()</CODE></A>
  919. and <A HREF="../../lib/Pod/perlfunc.html#item_fcntl"><CODE>fcntl()</CODE></A> and the basic database modules like SDBM_File.  For the
  920. exact meaning of these and other Fcntl constants please refer to your
  921. operating system's documentation for <A HREF="../../lib/Pod/perlfunc.html#item_fcntl"><CODE>fcntl()</CODE></A> and open().</P>
  922. <P>In addition, the Fcntl module now provides these constants for use
  923. with the Perl operator flock():</P>
  924. <PRE>
  925.         LOCK_SH LOCK_EX LOCK_NB LOCK_UN</PRE>
  926. <P>These constants are defined in all environments (because where there is
  927. no <A HREF="#item_flock"><CODE>flock()</CODE></A> system call, Perl emulates it).  However, for historical
  928. reasons, these constants are not exported unless they are explicitly
  929. requested with the ``:flock'' tag (e.g. <CODE>use Fcntl ':flock'</CODE>).</P>
  930. <P>
  931. <H2><A NAME="io">IO</A></H2>
  932. <P>The IO module provides a simple mechanism to load all the IO modules at one
  933. go.  Currently this includes:</P>
  934. <PRE>
  935.      IO::Handle
  936.      IO::Seekable
  937.      IO::File
  938.      IO::Pipe
  939.      IO::Socket</PRE>
  940. <P>For more information on any of these modules, please see its
  941. respective documentation.</P>
  942. <P>
  943. <H2><A NAME="math::complex">Math::Complex</A></H2>
  944. <P>The Math::Complex module has been totally rewritten, and now supports
  945. more operations.  These are overloaded:</P>
  946. <PRE>
  947.      + - * / ** <=> neg ~ abs sqrt exp log sin cos atan2 "" (stringify)</PRE>
  948. <P>And these functions are now exported:</P>
  949. <PRE>
  950.     pi i Re Im arg
  951.     log10 logn ln cbrt root
  952.     tan
  953.     csc sec cot
  954.     asin acos atan
  955.     acsc asec acot
  956.     sinh cosh tanh
  957.     csch sech coth
  958.     asinh acosh atanh
  959.     acsch asech acoth
  960.     cplx cplxe</PRE>
  961. <P>
  962. <H2><A NAME="math::trig">Math::Trig</A></H2>
  963. <P>This new module provides a simpler interface to parts of Math::Complex for
  964. those who need trigonometric functions only for real numbers.</P>
  965. <P>
  966. <H2><A NAME="db_file">DB_File</A></H2>
  967. <P>There have been quite a few changes made to DB_File. Here are a few of
  968. the highlights:</P>
  969. <UL>
  970. <LI>
  971. Fixed a handful of bugs.
  972. <P></P>
  973. <LI>
  974. By public demand, added support for the standard hash function exists().
  975. <P></P>
  976. <LI>
  977. Made it compatible with Berkeley DB 1.86.
  978. <P></P>
  979. <LI>
  980. Made negative subscripts work with RECNO interface.
  981. <P></P>
  982. <LI>
  983. Changed the default flags from O_RDWR to O_CREAT|O_RDWR and the default
  984. mode from 0640 to 0666.
  985. <P></P>
  986. <LI>
  987. Made DB_File automatically import the <A HREF="../../lib/Pod/perlfunc.html#item_open"><CODE>open()</CODE></A> constants (O_RDWR,
  988. O_CREAT etc.) from Fcntl, if available.
  989. <P></P>
  990. <LI>
  991. Updated documentation.
  992. <P></P></UL>
  993. <P>Refer to the HISTORY section in DB_File.pm for a complete list of
  994. changes. Everything after DB_File 1.01 has been added since 5.003.</P>
  995. <P>
  996. <H2><A NAME="net::ping">Net::Ping</A></H2>
  997. <P>Major rewrite - support added for both udp echo and real icmp pings.</P>
  998. <P>
  999. <H2><A NAME="objectoriented overrides for builtin operators">Object-oriented overrides for builtin operators</A></H2>
  1000. <P>Many of the Perl builtins returning lists now have
  1001. object-oriented overrides.  These are:</P>
  1002. <PRE>
  1003.     File::stat
  1004.     Net::hostent
  1005.     Net::netent
  1006.     Net::protoent
  1007.     Net::servent
  1008.     Time::gmtime
  1009.     Time::localtime
  1010.     User::grent
  1011.     User::pwent</PRE>
  1012. <P>For example, you can now say</P>
  1013. <PRE>
  1014.     use File::stat;
  1015.     use User::pwent;
  1016.     $his = (stat($filename)->st_uid == pwent($whoever)->pw_uid);</PRE>
  1017. <P>
  1018. <HR>
  1019. <H1><A NAME="utility changes">Utility Changes</A></H1>
  1020. <P>
  1021. <H2><A NAME="pod2html">pod2html</A></H2>
  1022. <DL>
  1023. <DT><STRONG><A NAME="item_Sends_converted_HTML_to_standard_output">Sends converted HTML to standard output</A></STRONG><BR>
  1024. <DD>
  1025. The <EM>pod2html</EM> utility included with Perl 5.004 is entirely new.
  1026. By default, it sends the converted HTML to its standard output,
  1027. instead of writing it to a file like Perl 5.003's <EM>pod2html</EM> did.
  1028. Use the <STRONG>--outfile=FILENAME</STRONG> option to write to a file.
  1029. <P></P></DL>
  1030. <P>
  1031. <H2><A NAME="xsubpp">xsubpp</A></H2>
  1032. <DL>
  1033. <DT><STRONG><A NAME="item_void_XSUBs_now_default_to_returning_nothing"><A HREF="../../lib/Pod/perlguts.html#item_void"><CODE>void</CODE></A> XSUBs now default to returning nothing</A></STRONG><BR>
  1034. <DD>
  1035. Due to a documentation/implementation bug in previous versions of
  1036. Perl, XSUBs with a return type of <A HREF="../../lib/Pod/perlguts.html#item_void"><CODE>void</CODE></A> have actually been
  1037. returning one value.  Usually that value was the GV for the XSUB,
  1038. but sometimes it was some already freed or reused value, which would
  1039. sometimes lead to program failure.
  1040. <P>In Perl 5.004, if an XSUB is declared as returning <A HREF="../../lib/Pod/perlguts.html#item_void"><CODE>void</CODE></A>, it
  1041. actually returns no value, i.e. an empty list (though there is a
  1042. backward-compatibility exception; see below).  If your XSUB really
  1043. does return an SV, you should give it a return type of <CODE>SV *</CODE>.</P>
  1044. <P>For backward compatibility, <EM>xsubpp</EM> tries to guess whether a
  1045. <A HREF="../../lib/Pod/perlguts.html#item_void"><CODE>void</CODE></A> XSUB is really <A HREF="../../lib/Pod/perlguts.html#item_void"><CODE>void</CODE></A> or if it wants to return an <CODE>SV *</CODE>.
  1046. It does so by examining the text of the XSUB: if <EM>xsubpp</EM> finds
  1047. what looks like an assignment to <CODE>ST(0)</CODE>, it assumes that the
  1048. XSUB's return type is really <CODE>SV *</CODE>.</P>
  1049. <P></P></DL>
  1050. <P>
  1051. <HR>
  1052. <H1><A NAME="c language api changes">C Language API Changes</A></H1>
  1053. <DL>
  1054. <DT><STRONG><A NAME="item_gv_fetchmethod_and_perl_call_sv"><CODE>gv_fetchmethod</CODE> and <CODE>perl_call_sv</CODE></A></STRONG><BR>
  1055. <DD>
  1056. The <CODE>gv_fetchmethod</CODE> function finds a method for an object, just like
  1057. in Perl 5.003.  The GV it returns may be a method cache entry.
  1058. However, in Perl 5.004, method cache entries are not visible to users;
  1059. therefore, they can no longer be passed directly to <CODE>perl_call_sv</CODE>.
  1060. Instead, you should use the <CODE>GvCV</CODE> macro on the GV to extract its CV,
  1061. and pass the CV to <CODE>perl_call_sv</CODE>.
  1062. <P>The most likely symptom of passing the result of <CODE>gv_fetchmethod</CODE> to
  1063. <CODE>perl_call_sv</CODE> is Perl's producing an ``Undefined subroutine called''
  1064. error on the <EM>second</EM> call to a given method (since there is no cache
  1065. on the first call).</P>
  1066. <P></P>
  1067. <DT><STRONG><A NAME="item_perl_eval_pv"><CODE>perl_eval_pv</CODE></A></STRONG><BR>
  1068. <DD>
  1069. A new function handy for eval'ing strings of Perl code inside C code.
  1070. This function returns the value from the eval statement, which can
  1071. be used instead of fetching globals from the symbol table.  See
  1072. <A HREF="../../lib/Pod/perlguts.html">the perlguts manpage</A>, <A HREF="../../lib/Pod/perlembed.html">the perlembed manpage</A> and <A HREF="../../lib/Pod/perlcall.html">the perlcall manpage</A> for details and examples.
  1073. <P></P>
  1074. <DT><STRONG><A NAME="item_Extended_API_for_manipulating_hashes">Extended API for manipulating hashes</A></STRONG><BR>
  1075. <DD>
  1076. Internal handling of hash keys has changed.  The old hashtable API is
  1077. still fully supported, and will likely remain so.  The additions to the
  1078. API allow passing keys as <CODE>SV*</CODE>s, so that <A HREF="../../lib/Pod/perlfunc.html#item_tied"><CODE>tied</CODE></A> hashes can be given
  1079. real scalars as keys rather than plain strings (nontied hashes still
  1080. can only use strings as keys).  New extensions must use the new hash
  1081. access functions and macros if they wish to use <CODE>SV*</CODE> keys.  These
  1082. additions also make it feasible to manipulate <CODE>HE*</CODE>s (hash entries),
  1083. which can be more efficient.  See <A HREF="../../lib/Pod/perlguts.html">the perlguts manpage</A> for details.
  1084. <P></P></DL>
  1085. <P>
  1086. <HR>
  1087. <H1><A NAME="documentation changes">Documentation Changes</A></H1>
  1088. <P>Many of the base and library pods were updated.  These
  1089. new pods are included in section 1:</P>
  1090. <DL>
  1091. <DT><STRONG><A NAME="item_perldelta"><A HREF="../../lib/Pod/perldelta.html">the perldelta manpage</A></A></STRONG><BR>
  1092. <DD>
  1093. This document.
  1094. <P></P>
  1095. <DT><STRONG><A NAME="item_perlfaq"><A HREF="../../lib/Pod/perlfaq.html">the perlfaq manpage</A></A></STRONG><BR>
  1096. <DD>
  1097. Frequently asked questions.
  1098. <P></P>
  1099. <DT><STRONG><A NAME="item_perllocale"><A HREF="../../lib/Pod/perllocale.html">the perllocale manpage</A></A></STRONG><BR>
  1100. <DD>
  1101. Locale support (internationalization and localization).
  1102. <P></P>
  1103. <DT><STRONG><A NAME="item_perltoot"><A HREF="../../lib/Pod/perltoot.html">the perltoot manpage</A></A></STRONG><BR>
  1104. <DD>
  1105. Tutorial on Perl OO programming.
  1106. <P></P>
  1107. <DT><STRONG><A NAME="item_perlapio"><A HREF="../../lib/Pod/perlapio.html">the perlapio manpage</A></A></STRONG><BR>
  1108. <DD>
  1109. Perl internal IO abstraction interface.
  1110. <P></P>
  1111. <DT><STRONG><A NAME="item_perlmodlib"><A HREF="../../lib/Pod/perlmodlib.html">the perlmodlib manpage</A></A></STRONG><BR>
  1112. <DD>
  1113. Perl module library and recommended practice for module creation.
  1114. Extracted from <A HREF="../../lib/Pod/perlmod.html">the perlmod manpage</A> (which is much smaller as a result).
  1115. <P></P>
  1116. <DT><STRONG><A NAME="item_perldebug"><A HREF="../../lib/Pod/perldebug.html">the perldebug manpage</A></A></STRONG><BR>
  1117. <DD>
  1118. Although not new, this has been massively updated.
  1119. <P></P>
  1120. <DT><STRONG><A NAME="item_perlsec"><A HREF="../../lib/Pod/perlsec.html">the perlsec manpage</A></A></STRONG><BR>
  1121. <DD>
  1122. Although not new, this has been massively updated.
  1123. <P></P></DL>
  1124. <P>
  1125. <HR>
  1126. <H1><A NAME="new diagnostics">New Diagnostics</A></H1>
  1127. <P>Several new conditions will trigger warnings that were
  1128. silent before.  Some only affect certain platforms.
  1129. The following new warnings and errors outline these.
  1130. These messages are classified as follows (listed in
  1131. increasing order of desperation):</P>
  1132. <PRE>
  1133.    (W) A warning (optional).
  1134.    (D) A deprecation (optional).
  1135.    (S) A severe warning (mandatory).
  1136.    (F) A fatal error (trappable).
  1137.    (P) An internal error you should never see (trappable).
  1138.    (X) A very fatal error (nontrappable).
  1139.    (A) An alien error message (not generated by Perl).</PRE>
  1140. <DL>
  1141. <DT><STRONG><A NAME="item_%22my%22_variable_%25s_masks_earlier_declaration_i">``my'' variable %s masks earlier declaration in same scope</A></STRONG><BR>
  1142. <DD>
  1143. (W) A lexical variable has been redeclared in the same scope, effectively
  1144. eliminating all access to the previous instance.  This is almost always
  1145. a typographical error.  Note that the earlier variable will still exist
  1146. until the end of the scope or until all closure referents to it are
  1147. destroyed.
  1148. <P></P>
  1149. <DT><STRONG><A NAME="item_%s">%s argument is not a HASH element or slice</A></STRONG><BR>
  1150. <DD>
  1151. (F) The argument to <A HREF="../../lib/Pod/perlfunc.html#item_delete"><CODE>delete()</CODE></A> must be either a hash element, such as
  1152. <PRE>
  1153.     $foo{$bar}
  1154.     $ref->[12]->{"susie"}</PRE>
  1155. <P>or a hash slice, such as</P>
  1156. <PRE>
  1157.     @foo{$bar, $baz, $xyzzy}
  1158.     @{$ref->[12]}{"susie", "queue"}</PRE>
  1159. <P></P>
  1160. <DT><STRONG><A NAME="item_Allocation_too_large%3A_%25lx">Allocation too large: %lx</A></STRONG><BR>
  1161. <DD>
  1162. (X) You can't allocate more than 64K on an MS-DOS machine.
  1163. <P></P>
  1164. <DT><STRONG><A NAME="item_Allocation_too_large">Allocation too large</A></STRONG><BR>
  1165. <DD>
  1166. (F) You can't allocate more than 2^31+``small amount'' bytes.
  1167. <P></P>
  1168. <DT><STRONG><A NAME="item_scalar">Applying %s to %s will act on <CODE>scalar(%s)</CODE></A></STRONG><BR>
  1169. <DD>
  1170. (W) The pattern match (//), substitution (s///), and transliteration (tr///)
  1171. operators work on scalar values.  If you apply one of them to an array
  1172. or a hash, it will convert the array or hash to a scalar value -- the
  1173. length of an array, or the population info of a hash -- and then work on
  1174. that scalar value.  This is probably not what you meant to do.  See
  1175. <A HREF="../../lib/Pod/perlfunc.html#grep">grep in the perlfunc manpage</A> and <A HREF="../../lib/Pod/perlfunc.html#map">map in the perlfunc manpage</A> for alternatives.
  1176. <P></P>
  1177. <DT><STRONG><A NAME="item_Attempt_to_free_nonexistent_shared_string">Attempt to free nonexistent shared string</A></STRONG><BR>
  1178. <DD>
  1179. (P) Perl maintains a reference counted internal table of strings to
  1180. optimize the storage and access of hash keys and other strings.  This
  1181. indicates someone tried to decrement the reference count of a string
  1182. that can no longer be found in the table.
  1183. <P></P>
  1184. <DT><STRONG><A NAME="item_Attempt_to_use_reference_as_lvalue_in_substr">Attempt to use reference as lvalue in substr</A></STRONG><BR>
  1185. <DD>
  1186. (W) You supplied a reference as the first argument to <A HREF="../../lib/Pod/perlfunc.html#item_substr"><CODE>substr()</CODE></A> used
  1187. as an lvalue, which is pretty strange.  Perhaps you forgot to
  1188. dereference it first.  See <A HREF="../../lib/Pod/perlfunc.html#substr">substr in the perlfunc manpage</A>.
  1189. <P></P>
  1190. <DT><STRONG><A NAME="item_Bareword_%22%25s%22_refers_to_nonexistent_package">Bareword ``%s'' refers to nonexistent package</A></STRONG><BR>
  1191. <DD>
  1192. (W) You used a qualified bareword of the form <CODE>Foo::</CODE>, but
  1193. the compiler saw no other uses of that namespace before that point.
  1194. Perhaps you need to predeclare a package?
  1195. <P></P>
  1196. <DT><STRONG><A NAME="item_Can%27t_redefine_active_sort_subroutine_%25s">Can't redefine active sort subroutine %s</A></STRONG><BR>
  1197. <DD>
  1198. (F) Perl optimizes the internal handling of sort subroutines and keeps
  1199. pointers into them.  You tried to redefine one such sort subroutine when it
  1200. was currently active, which is not allowed.  If you really want to do
  1201. this, you should write <CODE>sort { &func } @x</CODE> instead of <CODE>sort func @x</CODE>.
  1202. <P></P>
  1203. <DT><STRONG><A NAME="item_bareword">Can't use bareword (``%s'') as %s ref while ``strict refs'' in use</A></STRONG><BR>
  1204. <DD>
  1205. (F) Only hard references are allowed by ``strict refs''.  Symbolic references
  1206. are disallowed.  See <A HREF="../../lib/Pod/perlref.html">the perlref manpage</A>.
  1207. <P></P>
  1208. <DT><STRONG><A NAME="item_Cannot_resolve_method_%60%25s%27_overloading_%60%2">Cannot resolve method `%s' overloading `%s' in package `%s'</A></STRONG><BR>
  1209. <DD>
  1210. (P) Internal error trying to resolve overloading specified by a method
  1211. name (as opposed to a subroutine reference).
  1212. <P></P>
  1213. <DT><STRONG><A NAME="item_Constant_subroutine_%25s_redefined">Constant subroutine %s redefined</A></STRONG><BR>
  1214. <DD>
  1215. (S) You redefined a subroutine which had previously been eligible for
  1216. inlining.  See <A HREF="../../lib/Pod/perlsub.html#constant functions">Constant Functions in the perlsub manpage</A> for commentary and
  1217. workarounds.
  1218. <P></P>
  1219. <DT><STRONG><A NAME="item_Constant_subroutine_%25s_undefined">Constant subroutine %s undefined</A></STRONG><BR>
  1220. <DD>
  1221. (S) You undefined a subroutine which had previously been eligible for
  1222. inlining.  See <A HREF="../../lib/Pod/perlsub.html#constant functions">Constant Functions in the perlsub manpage</A> for commentary and
  1223. workarounds.
  1224. <P></P>
  1225. <DT><STRONG><A NAME="item_Copy_method_did_not_return_a_reference">Copy method did not return a reference</A></STRONG><BR>
  1226. <DD>
  1227. (F) The method which overloads ``='' is buggy. See <A HREF="../../lib/overload.html#copy constructor">Copy Constructor in the overload manpage</A>.
  1228. <P></P>
  1229. <DT><STRONG><A NAME="item_Died">Died</A></STRONG><BR>
  1230. <DD>
  1231. (F) You passed <A HREF="../../lib/Pod/perlfunc.html#item_die"><CODE>die()</CODE></A> an empty string (the equivalent of <CODE>die ""</CODE>) or
  1232. you called it with no args and both <CODE>$@</CODE> and <CODE>$_</CODE> were empty.
  1233. <P></P>
  1234. <DT><STRONG><A NAME="item_Exiting_pseudo%2Dblock_via_%25s">Exiting pseudo-block via %s</A></STRONG><BR>
  1235. <DD>
  1236. (W) You are exiting a rather special block construct (like a sort block or
  1237. subroutine) by unconventional means, such as a goto, or a loop control
  1238. statement.  See <A HREF="../../lib/Pod/perlfunc.html#sort">sort in the perlfunc manpage</A>.
  1239. <P></P>
  1240. <DT><STRONG><A NAME="item_Identifier_too_long">Identifier too long</A></STRONG><BR>
  1241. <DD>
  1242. (F) Perl limits identifiers (names for variables, functions, etc.) to
  1243. 252 characters for simple names, somewhat more for compound names (like
  1244. <CODE>$A::B</CODE>).  You've exceeded Perl's limits.  Future versions of Perl are
  1245. likely to eliminate these arbitrary limitations.
  1246. <P></P>
  1247. <DT><STRONG><A NAME="item_s">Illegal character %s (carriage return)</A></STRONG><BR>
  1248. <DD>
  1249. (F) A carriage return character was found in the input.  This is an
  1250. error, and not a warning, because carriage return characters can break
  1251. multi-line strings, including here documents (e.g., <CODE>print <<EOF;</CODE>).
  1252. <P></P>
  1253. <DT><STRONG><A NAME="item_Illegal_switch_in_PERL5OPT%3A_%25s">Illegal switch in PERL5OPT: %s</A></STRONG><BR>
  1254. <DD>
  1255. (X) The PERL5OPT environment variable may only be used to set the
  1256. following switches: <STRONG>-[DIMUdmw]</STRONG>.
  1257. <P></P>
  1258. <DT><STRONG><A NAME="item_Integer_overflow_in_hex_number">Integer overflow in hex number</A></STRONG><BR>
  1259. <DD>
  1260. (S) The literal hex number you have specified is too big for your
  1261. architecture. On a 32-bit architecture the largest hex literal is
  1262. 0xFFFFFFFF.
  1263. <P></P>
  1264. <DT><STRONG><A NAME="item_Integer_overflow_in_octal_number">Integer overflow in octal number</A></STRONG><BR>
  1265. <DD>
  1266. (S) The literal octal number you have specified is too big for your
  1267. architecture. On a 32-bit architecture the largest octal literal is
  1268. 037777777777.
  1269. <P></P>
  1270. <DT><STRONG><A NAME="item_internal_error%3A_glob_failed">internal error: glob failed</A></STRONG><BR>
  1271. <DD>
  1272. (P) Something went wrong with the external <CODE>program(s)</CODE> used for <A HREF="#item_glob"><CODE>glob</CODE></A>
  1273. and <CODE><*.c></CODE>.  This may mean that your csh (C shell) is
  1274. broken.  If so, you should change all of the csh-related variables in
  1275. config.sh:  If you have tcsh, make the variables refer to it as if it
  1276. were csh (e.g. <CODE>full_csh='/usr/bin/tcsh'</CODE>); otherwise, make them all
  1277. empty (except that <CODE>d_csh</CODE> should be <CODE>'undef'</CODE>) so that Perl will
  1278. think csh is missing.  In either case, after editing config.sh, run
  1279. <CODE>./Configure -S</CODE> and rebuild Perl.
  1280. <P></P>
  1281. <DT><STRONG><A NAME="item_Invalid_conversion_in_%25s%3A_%22%25s%22">Invalid conversion in %s: ``%s''</A></STRONG><BR>
  1282. <DD>
  1283. (W) Perl does not understand the given format conversion.
  1284. See <A HREF="../../lib/Pod/perlfunc.html#sprintf">sprintf in the perlfunc manpage</A>.
  1285. <P></P>
  1286. <DT><STRONG><A NAME="item_Invalid_type_in_pack%3A_%27%25s%27">Invalid type in pack: '%s'</A></STRONG><BR>
  1287. <DD>
  1288. (F) The given character is not a valid pack type.  See <A HREF="../../lib/Pod/perlfunc.html#pack">pack in the perlfunc manpage</A>.
  1289. <P></P>
  1290. <DT><STRONG><A NAME="item_Invalid_type_in_unpack%3A_%27%25s%27">Invalid type in unpack: '%s'</A></STRONG><BR>
  1291. <DD>
  1292. (F) The given character is not a valid unpack type.  See <A HREF="../../lib/Pod/perlfunc.html#unpack">unpack in the perlfunc manpage</A>.
  1293. <P></P>
  1294. <DT><STRONG><A NAME="item_Name_%22%25s%3A%3A%25s%22_used_only_once%3A_possib">Name ``%s::%s'' used only once: possible typo</A></STRONG><BR>
  1295. <DD>
  1296. (W) Typographical errors often show up as unique variable names.
  1297. If you had a good reason for having a unique name, then just mention
  1298. it again somehow to suppress the message (the <CODE>use vars</CODE> pragma is
  1299. provided for just this purpose).
  1300. <P></P>
  1301. <DT><STRONG><A NAME="item_Null_picture_in_formline">Null picture in formline</A></STRONG><BR>
  1302. <DD>
  1303. (F) The first argument to formline must be a valid format picture
  1304. specification.  It was found to be empty, which probably means you
  1305. supplied it an uninitialized value.  See <A HREF="../../lib/Pod/perlform.html">the perlform manpage</A>.
  1306. <P></P>
  1307. <DT><STRONG><A NAME="item_Offset_outside_string">Offset outside string</A></STRONG><BR>
  1308. <DD>
  1309. (F) You tried to do a read/write/send/recv operation with an offset
  1310. pointing outside the buffer.  This is difficult to imagine.
  1311. The sole exception to this is that <A HREF="../../lib/Pod/perlfunc.html#item_sysread"><CODE>sysread()</CODE></A>ing past the buffer
  1312. will extend the buffer and zero pad the new area.
  1313. <P></P>
  1314. <DT><STRONG><A NAME="item_Out_of_memory%21">Out of memory!</A></STRONG><BR>
  1315. <DD>
  1316. (X|F) The <CODE>malloc()</CODE> function returned 0, indicating there was insufficient
  1317. remaining memory (or virtual memory) to satisfy the request.
  1318. <P>The request was judged to be small, so the possibility to trap it
  1319. depends on the way Perl was compiled.  By default it is not trappable.
  1320. However, if compiled for this, Perl may use the contents of <A HREF="#item_%24%5EM"><CODE>$^M</CODE></A> as
  1321. an emergency pool after die()ing with this message.  In this case the
  1322. error is trappable <EM>once</EM>.</P>
  1323. <P></P>
  1324. <DT><STRONG><A NAME="item_Out_of_memory_during_request_for_%25s">Out of memory during request for %s</A></STRONG><BR>
  1325. <DD>
  1326. (F) The <CODE>malloc()</CODE> function returned 0, indicating there was insufficient
  1327. remaining memory (or virtual memory) to satisfy the request. However,
  1328. the request was judged large enough (compile-time default is 64K), so
  1329. a possibility to shut down by trapping this error is granted.
  1330. <P></P>
  1331. <DT><STRONG><A NAME="item_panic%3A_frexp">panic: frexp</A></STRONG><BR>
  1332. <DD>
  1333. (P) The library function <CODE>frexp()</CODE> failed, making <A HREF="../../lib/Pod/perlfunc.html#item_printf"><CODE>printf(``%f'')</CODE></A> impossible.
  1334. <P></P>
  1335. <DT><STRONG>Possible attempt to put comments in <CODE>qw()</CODE> list</STRONG><BR>
  1336. <DD>
  1337. (W) <A HREF="#item_qw"><CODE>qw()</CODE></A> lists contain items separated by whitespace; as with literal
  1338. strings, comment characters are not ignored, but are instead treated
  1339. as literal data.  (You may have used different delimiters than the
  1340. parentheses shown here; braces are also frequently used.)
  1341. <P>You probably wrote something like this:</P>
  1342. <PRE>
  1343.     @list = qw(
  1344.         a # a comment
  1345.         b # another comment
  1346.     );</PRE>
  1347. <P>when you should have written this:</P>
  1348. <PRE>
  1349.     @list = qw(
  1350.         a
  1351.         b
  1352.     );</PRE>
  1353. <P>If you really want comments, build your list the
  1354. old-fashioned way, with quotes and commas:</P>
  1355. <PRE>
  1356.     @list = (
  1357.         'a',    # a comment
  1358.         'b',    # another comment
  1359.     );</PRE>
  1360. <P></P>
  1361. <DT><STRONG><A NAME="item_Possible_attempt_to_separate_words_with_commas">Possible attempt to separate words with commas</A></STRONG><BR>
  1362. <DD>
  1363. (W) <A HREF="#item_qw"><CODE>qw()</CODE></A> lists contain items separated by whitespace; therefore commas
  1364. aren't needed to separate the items. (You may have used different
  1365. delimiters than the parentheses shown here; braces are also frequently
  1366. used.)
  1367. <P>You probably wrote something like this:</P>
  1368. <PRE>
  1369.     qw! a, b, c !;</PRE>
  1370. <P>which puts literal commas into some of the list items.  Write it without
  1371. commas if you don't want them to appear in your data:</P>
  1372. <PRE>
  1373.     qw! a b c !;</PRE>
  1374. <P></P>
  1375. <DT><STRONG><A NAME="item_Scalar_value_%40%25s%7B%25s%7D_better_written_as_%">Scalar value @%s{%s} better written as $%s{%s}</A></STRONG><BR>
  1376. <DD>
  1377. (W) You've used a hash slice (indicated by @) to select a single element of
  1378. a hash.  Generally it's better to ask for a scalar value (indicated by $).
  1379. The difference is that <CODE>$foo{&bar}</CODE> always behaves like a scalar, both when
  1380. assigning to it and when evaluating its argument, while <CODE>@foo{&bar}</CODE> behaves
  1381. like a list when you assign to it, and provides a list context to its
  1382. subscript, which can do weird things if you're expecting only one subscript.
  1383. <P></P>
  1384. <DT><STRONG><A NAME="item_Stub_found_while_resolving_method_%60%25s%27_overl">Stub found while resolving method `%s' overloading `%s' in package `%s'</A></STRONG><BR>
  1385. <DD>
  1386. (P) Overloading resolution over @ISA tree may be broken by importing stubs.
  1387. Stubs should never be implicitly created, but explicit calls to <A HREF="#item_can"><CODE>can</CODE></A>
  1388. may break this.
  1389. <P></P>
  1390. <DT><STRONG><A NAME="item_Too_late_for_%22%2DT%22_option">Too late for ``<STRONG>-T</STRONG>'' option</A></STRONG><BR>
  1391. <DD>
  1392. (X) The #! line (or local equivalent) in a Perl script contains the
  1393. <STRONG>-T</STRONG> option, but Perl was not invoked with <STRONG>-T</STRONG> in its argument
  1394. list.  This is an error because, by the time Perl discovers a <STRONG>-T</STRONG> in
  1395. a script, it's too late to properly taint everything from the
  1396. environment.  So Perl gives up.
  1397. <P></P>
  1398. <DT><STRONG><A NAME="item_untie_attempted_while_%25d_inner_references_still_">untie attempted while %d inner references still exist</A></STRONG><BR>
  1399. <DD>
  1400. (W) A copy of the object returned from <A HREF="../../lib/Pod/perlfunc.html#item_tie"><CODE>tie</CODE></A> (or <A HREF="../../lib/Pod/perlfunc.html#item_tied"><CODE>tied</CODE></A>) was still
  1401. valid when <A HREF="../../lib/Pod/perlfunc.html#item_untie"><CODE>untie</CODE></A> was called.
  1402. <P></P>
  1403. <DT><STRONG><A NAME="item_Unrecognized_character_%25s">Unrecognized character %s</A></STRONG><BR>
  1404. <DD>
  1405. (F) The Perl parser has no idea what to do with the specified character
  1406. in your Perl script (or eval).  Perhaps you tried to run a compressed
  1407. script, a binary program, or a directory as a Perl program.
  1408. <P></P>
  1409. <DT><STRONG><A NAME="item_Unsupported_function_fork">Unsupported function fork</A></STRONG><BR>
  1410. <DD>
  1411. (F) Your version of executable does not support forking.
  1412. <P>Note that under some systems, like OS/2, there may be different flavors of
  1413. Perl executables, some of which may support fork, some not. Try changing
  1414. the name you call Perl by to <CODE>perl_</CODE>, <CODE>perl__</CODE>, and so on.</P>
  1415. <P></P>
  1416. <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>
  1417. <DD>
  1418. (D) Perl versions before 5.004 misinterpreted any type marker followed
  1419. by ``$'' and a digit.  For example, ``$$0'' was incorrectly taken to mean
  1420. ``${$}0'' instead of ``${$0}''.  This bug is (mostly) fixed in Perl 5.004.
  1421. <P>However, the developers of Perl 5.004 could not fix this bug completely,
  1422. because at least two widely-used modules depend on the old meaning of
  1423. ``$$0'' in a string.  So Perl 5.004 still interprets ``$$<digit>'' in the
  1424. old (broken) way inside strings; but it generates this message as a
  1425. warning.  And in Perl 5.005, this special treatment will cease.</P>
  1426. <P></P>
  1427. <DT><STRONG><A NAME="item_defined">Value of %s can be ``0''; test with <CODE>defined()</CODE></A></STRONG><BR>
  1428. <DD>
  1429. (W) In a conditional expression, you used <HANDLE>, <*> (glob), <A HREF="../../lib/Pod/perlfunc.html#item_each"><CODE>each()</CODE></A>,
  1430. or <A HREF="../../lib/Pod/perlfunc.html#item_readdir"><CODE>readdir()</CODE></A> as a boolean value.  Each of these constructs can return a
  1431. value of ``0''; that would make the conditional expression false, which is
  1432. probably not what you intended.  When using these constructs in conditional
  1433. expressions, test their values with the <A HREF="#item_defined"><CODE>defined</CODE></A> operator.
  1434. <P></P>
  1435. <DT><STRONG><A NAME="item_Variable_%22%25s%22_may_be_unavailable">Variable ``%s'' may be unavailable</A></STRONG><BR>
  1436. <DD>
  1437. (W) An inner (nested) <EM>anonymous</EM> subroutine is inside a <EM>named</EM>
  1438. subroutine, and outside that is another subroutine; and the anonymous
  1439. (innermost) subroutine is referencing a lexical variable defined in
  1440. the outermost subroutine.  For example:
  1441. <PRE>
  1442.    sub outermost { my $a; sub middle { sub { $a } } }</PRE>
  1443. <P>If the anonymous subroutine is called or referenced (directly or
  1444. indirectly) from the outermost subroutine, it will share the variable
  1445. as you would expect.  But if the anonymous subroutine is called or
  1446. referenced when the outermost subroutine is not active, it will see
  1447. the value of the shared variable as it was before and during the
  1448. *first* call to the outermost subroutine, which is probably not what
  1449. you want.</P>
  1450. <P>In these circumstances, it is usually best to make the middle
  1451. subroutine anonymous, using the <A HREF="../../lib/Pod/perlfunc.html#item_sub"><CODE>sub {}</CODE></A> syntax.  Perl has specific
  1452. support for shared variables in nested anonymous subroutines; a named
  1453. subroutine in between interferes with this feature.</P>
  1454. <P></P>
  1455. <DT><STRONG><A NAME="item_Variable_%22%25s%22_will_not_stay_shared">Variable ``%s'' will not stay shared</A></STRONG><BR>
  1456. <DD>
  1457. (W) An inner (nested) <EM>named</EM> subroutine is referencing a lexical
  1458. variable defined in an outer subroutine.
  1459. <P>When the inner subroutine is called, it will probably see the value of
  1460. the outer subroutine's variable as it was before and during the
  1461. *first* call to the outer subroutine; in this case, after the first
  1462. call to the outer subroutine is complete, the inner and outer
  1463. subroutines will no longer share a common value for the variable.  In
  1464. other words, the variable will no longer be shared.</P>
  1465. <P>Furthermore, if the outer subroutine is anonymous and references a
  1466. lexical variable outside itself, then the outer and inner subroutines
  1467. will <EM>never</EM> share the given variable.</P>
  1468. <P>This problem can usually be solved by making the inner subroutine
  1469. anonymous, using the <A HREF="../../lib/Pod/perlfunc.html#item_sub"><CODE>sub {}</CODE></A> syntax.  When inner anonymous subs that
  1470. reference variables in outer subroutines are called or referenced,
  1471. they are automatically rebound to the current values of such
  1472. variables.</P>
  1473. <P></P>
  1474. <DT><STRONG><A NAME="item_Warning%3A_something%27s_wrong">Warning: something's wrong</A></STRONG><BR>
  1475. <DD>
  1476. (W) You passed <A HREF="../../lib/Pod/perlfunc.html#item_warn"><CODE>warn()</CODE></A> an empty string (the equivalent of <CODE>warn ""</CODE>) or
  1477. you called it with no args and <CODE>$_</CODE> was empty.
  1478. <P></P>
  1479. <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>
  1480. <DD>
  1481. (W) A warning peculiar to VMS.  A logical name was encountered when preparing
  1482. to iterate over %ENV which violates the syntactic rules governing logical
  1483. names.  Since it cannot be translated normally, it is skipped, and will not
  1484. appear in %ENV.  This may be a benign occurrence, as some software packages
  1485. might directly modify logical name tables and introduce nonstandard names,
  1486. or it may indicate that a logical name table has been corrupted.
  1487. <P></P>
  1488. <DT><STRONG><A NAME="item_Got_an_error_from_DosAllocMem">Got an error from DosAllocMem</A></STRONG><BR>
  1489. <DD>
  1490. (P) An error peculiar to OS/2.  Most probably you're using an obsolete
  1491. version of Perl, and this should not happen anyway.
  1492. <P></P>
  1493. <DT><STRONG><A NAME="item_Malformed_PERLLIB_PREFIX">Malformed PERLLIB_PREFIX</A></STRONG><BR>
  1494. <DD>
  1495. (F) An error peculiar to OS/2.  PERLLIB_PREFIX should be of the form
  1496. <PRE>
  1497.     prefix1;prefix2</PRE>
  1498. <P>or</P>
  1499. <PRE>
  1500.     prefix1 prefix2</PRE>
  1501. <P>with nonempty prefix1 and prefix2.  If <CODE>prefix1</CODE> is indeed a prefix
  1502. of a builtin library search path, prefix2 is substituted.  The error
  1503. may appear if components are not found, or are too long.  See
  1504. ``PERLLIB_PREFIX'' in <EM>README.os2</EM>.</P>
  1505. <P></P>
  1506. <DT><STRONG><A NAME="item_PERL_SH_DIR_too_long">PERL_SH_DIR too long</A></STRONG><BR>
  1507. <DD>
  1508. (F) An error peculiar to OS/2. PERL_SH_DIR is the directory to find the
  1509. <CODE>sh</CODE>-shell in.  See ``PERL_SH_DIR'' in <EM>README.os2</EM>.
  1510. <P></P>
  1511. <DT><STRONG><A NAME="item_Process_terminated_by_SIG%25s">Process terminated by SIG%s</A></STRONG><BR>
  1512. <DD>
  1513. (W) This is a standard message issued by OS/2 applications, while *nix
  1514. applications die in silence.  It is considered a feature of the OS/2
  1515. port.  One can easily disable this by appropriate sighandlers, see
  1516. <A HREF="../../lib/Pod/perlipc.html#signals">Signals in the perlipc manpage</A>.  See also ``Process terminated by SIGTERM/SIGINT''
  1517. in <EM>README.os2</EM>.
  1518. <P></P></DL>
  1519. <P>
  1520. <HR>
  1521. <H1><A NAME="bugs">BUGS</A></H1>
  1522. <P>If you find what you think is a bug, you might check the headers of
  1523. recently posted articles in the comp.lang.perl.misc newsgroup.
  1524. There may also be information at <A HREF="http://www.perl.com/perl/,">http://www.perl.com/perl/,</A> the Perl
  1525. Home Page.</P>
  1526. <P>If you believe you have an unreported bug, please run the <STRONG>perlbug</STRONG>
  1527. program included with your release.  Make sure you trim your bug down
  1528. to a tiny but sufficient test case.  Your bug report, along with the
  1529. 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
  1530. analysed by the Perl porting team.</P>
  1531. <P>
  1532. <HR>
  1533. <H1><A NAME="see also">SEE ALSO</A></H1>
  1534. <P>The <EM>Changes</EM> file for exhaustive details on what changed.</P>
  1535. <P>The <EM>INSTALL</EM> file for how to build Perl.  This file has been
  1536. significantly updated for 5.004, so even veteran users should
  1537. look through it.</P>
  1538. <P>The <EM>README</EM> file for general stuff.</P>
  1539. <P>The <EM>Copying</EM> file for copyright information.</P>
  1540. <P>
  1541. <HR>
  1542. <H1><A NAME="history">HISTORY</A></H1>
  1543. <P>Constructed by Tom Christiansen, grabbing material with permission
  1544. from innumerable contributors, with kibitzing by more than a few Perl
  1545. porters.</P>
  1546. <P>Last update: Wed May 14 11:14:09 EDT 1997</P>
  1547. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  1548. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  1549. <STRONG><P CLASS=block> perldelta - what's new for perl5.004</P></STRONG>
  1550. </TD></TR>
  1551. </TABLE>
  1552.  
  1553. </BODY>
  1554.  
  1555. </HTML>
  1556.