⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 perl583delta.pod

📁 视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.
💻 POD
字号:
=head1 NAMEperl583delta - what is new for perl v5.8.3=head1 DESCRIPTIONThis document describes differences between the 5.8.2 release andthe 5.8.3 release.If you are upgrading from an earlier release such as 5.6.1, first readthe L<perl58delta>, which describes differences between 5.6.0 and5.8.0, and the L<perl581delta> and L<perl582delta>, which describe differencesbetween 5.8.0, 5.8.1 and 5.8.2=head1 Incompatible ChangesThere are no changes incompatible with 5.8.2.=head1 Core EnhancementsA C<SCALAR> method is now available for tied hashes. This is called whena tied hash is used in scalar context, such as    if (%tied_hash) {	...    }The old behaviour was that %tied_hash would return whatever would have beenreturned for that hash before the hash was tied (so usually 0). The newbehaviour in the absence of a SCALAR method is to return TRUE if in themiddle of an C<each> iteration, and otherwise call FIRSTKEY to check if thehash is empty (making sure that a subsequent C<each> will also begin bycalling FIRSTKEY). Please see L<perltie/SCALAR> for the full details andcaveats.=head1 Modules and Pragmata=over 4=item CGI=item Cwd=item Digest=item Digest::MD5=item Encode=item File::Spec=item FindBinA function C<again> is provided to resolve problems where modules in differentdirectories wish to use FindBin.=item List::UtilYou can now weaken references to read only values.=item Math::BigInt=item PodParser=item Pod::Perldoc=item POSIX=item Unicode::Collate=item Unicode::Normalize=item Test::Harness=item threads::sharedC<cond_wait> has a new two argument form. C<cond_timedwait> has been added.=back=head1 Utility ChangesC<find2perl> now assumes C<-print> as a default action. Previously, itneeded to be specified explicitly.A new utility, C<prove>, makes it easy to run an individual regression testat the command line. C<prove> is part of Test::Harness, which users of earlierPerl versions can install from CPAN.=head1 New DocumentationThe documentation has been revised in places to produce more standard manpages.The documentation for the special code blocks (BEGIN, CHECK, INIT, END)has been improved.=head1 Installation and Configuration ImprovementsPerl now builds on OpenVMS I64=head1 Selected Bug FixesUsing substr() on a UTF8 string could cause subsequent accesses on thatstring to return garbage. This was due to incorrect UTF8 offsets beingcached, and is now fixed.join() could return garbage when the same join() statement was used toprocess 8 bit data having earlier processed UTF8 data, due to the flagson that statement's temporary workspace not being reset correctly. Thisis now fixed.C<$a .. $b> will now work as expected when either $a or $b is C<undef>Using Unicode keys with tied hashes should now work correctly.Reading $^E now preserves $!. Previously, the C code implementing $^Edid not preserve C<errno>, so reading $^E could cause C<errno> and thereforeC<$!> to change unexpectedly.Reentrant functions will (once more) work with C++. 5.8.2 introduced a bugfixwhich accidentally broke the compilation of Perl extensions written in C++=head1 New or Changed DiagnosticsThe fatal error "DESTROY created new reference to dead object" is nowdocumented in L<perldiag>.=head1 Changed InternalsThe hash code has been refactored to reduce source duplication. Theexternal interface is unchanged, and aside from the bug fixes describedabove, there should be no change in behaviour.C<hv_clear_placeholders> is now part of the perl APISome C macros have been tidied. In particular macros which create temporarylocal variables now name these variables more defensively, which shouldavoid bugs where names clash.<signal.h> is now always included.=head1 Configuration and BuildingC<Configure> now invokes callbacks regardless of the value of the variablethey are called for. Previously callbacks were only invoked in theC<case $variable $define)> branch. This change should only affect platformmaintainers writing configuration hints files.=head1 Platform Specific ProblemsThe regression test ext/threads/shared/t/wait.t fails on early RedHat 9and HP-UX 10.20 due to bugs in their threading implementations.RedHat users should see https://rhn.redhat.com/errata/RHBA-2003-136.htmland consider upgrading their glibc.=head1 Known ProblemsDetached threads aren't supported on Windows yet, as they may lead to memory access violation problems.There is a known race condition opening scripts in C<suidperl>. C<suidperl>is neither built nor installed by default, and has been deprecated sinceperl 5.8.0. You are advised to replace use of suidperl with tools suchas sudo ( http://www.courtesan.com/sudo/ )We have a backlog of unresolved bugs. Dealing with bugs and bug reportsis unglamorous work; not something ideally suited to volunteer labour,but that is all that we have.The perl5 development team are implementing changes to help address thisproblem, which should go live in early 2004.=head1 Future DirectionsCode freeze for the next maintenance release (5.8.4) is on March 31st 2004,with release expected by mid April. Similarly 5.8.5's freeze will be atthe end of June, with release by mid July.=head1 ObituaryIain 'Spoon' Truskett, Perl hacker, author of L<perlreref> andcontributor to CPAN, died suddenly on 29th December 2003, aged 24.He will be missed.=head1 Reporting BugsIf you find what you think is a bug, you might check the articlesrecently posted to the comp.lang.perl.misc newsgroup and the perlbug database at http://bugs.perl.org.  There may also beinformation at http://www.perl.org, the Perl Home Page.If you believe you have an unreported bug, please run the B<perlbug>program included with your release.  Be sure to trim your bug downto a tiny but sufficient test case.  Your bug report, along with theoutput of C<perl -V>, will be sent off to perlbug@perl.org to beanalysed by the Perl porting team.  You can browse and searchthe Perl 5 bugs at http://bugs.perl.org/=head1 SEE ALSOThe F<Changes> file for exhaustive details on what changed.The F<INSTALL> file for how to build Perl.The F<README> file for general stuff.The F<Artistic> and F<Copying> files for copyright information.=cut

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -