print "%2\$s %1\$s\n", "foo", "bar";
-will print "bar foo\n"; This feature helps in writing
-internationalised software.
+will print "bar foo\n". This feature helps in writing
+internationalised software, and in general when the order
+of the parameters can vary.
=item *
=item *
-C<POSIX::sigaction()> is now much more flexible and robust.
+POSIX::sigaction() is now much more flexible and robust.
You can now install coderef handlers, 'DEFAULT', and 'IGNORE'
handlers, installing new handlers was not atomic.
=item *
-In C<Safe> the C<%INC> now localised in a Safe compartment so that
+In Safe the C<%INC> now localised in a Safe compartment so that
use/require work.
=item *
-In C<Search::Dict> one can now have a pre-processing hook for the
+In Search::Dict one can now have a pre-processing hook for the
lines being searched.
=item *
=item *
-The C<vars> pragma now supports declaring fully qualified variables.
+The vars pragma now supports declaring fully qualified variables.
(Something that C<our()> does not and will not support.)
=item *
=item *
-C<Sys::Syslog> ignored the C<LOG_AUTH> constant.
+Sys::Syslog ignored the C<LOG_AUTH> constant.
=item *
=head1 Known Problems
-Note that unlike other sections in this document (which describe
-changes since 5.7.0) this section is cumulative containing known
-problems for all the 5.7 releases.
-
=head2 AIX
=over 4