Приглашаем посетить
Арцыбашев (artsybashev.lit-info.ru)

7.10 Perl 5.6.1

Previous Table of Contents Next

7.10 Perl 5.6.1

Many improvements were made in Unicode integration, many bug fixes and things were made easier behind the scenes, but there were no additions to the core language aside from the open pragma for setting I/O disciplines. An important security hole discovered in the suidperl and sperl programs was fixed; see http://www.cpan.org/src/5.0/sperl-2000-08-05/sperl-2000-08-05.txt.

7.10.1 Upgrading to Perl 5.6.1

In the event that you have binmode() being called on many filehandles, you might want to take advantage of the open pragma for making this a default within a lexical scope. The more interesting line disciplines came in Perl 5.8.0.

    Previous Table of Contents Next