summaryrefslogtreecommitdiff
path: root/pod/perltoc.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perltoc.pod')
-rw-r--r--pod/perltoc.pod12
1 files changed, 8 insertions, 4 deletions
diff --git a/pod/perltoc.pod b/pod/perltoc.pod
index 02d3dd3014..1e088c1639 100644
--- a/pod/perltoc.pod
+++ b/pod/perltoc.pod
@@ -64,10 +64,10 @@ $^E, $^H, $^M, $^S
=item New and Changed Built-in Functions
-delete on slices, flock, keys as an lvalue, my() in Control Structures,
-unpack() and pack(), use VERSION, use Module VERSION LIST,
-prototype(FUNCTION), $_ as Default, C<m//g> does not trigger a pos() reset
-on failure, nested C<sub{}> closures work now, formats work right on
+delete on slices, flock, printf and sprintf, keys as an lvalue, my() in
+Control Structures, unpack() and pack(), use VERSION, use Module VERSION
+LIST, prototype(FUNCTION), $_ as Default, C<m//g> does not trigger a pos()
+reset on failure, nested C<sub{}> closures work now, formats work right on
changing lexicals
=item New Built-in Methods
@@ -952,6 +952,8 @@ this, NEXTKEY this, lastkey, DESTROY this
TIEHANDLE classname, LIST, PRINT this, LIST, READLINE this, DESTROY this
+=item The C<untie> Gotcha
+
=back
=item SEE ALSO
@@ -2058,6 +2060,8 @@ $value, $flags) ;>, B<$status = $X-E<gt>sync([$flags]) ;>
=item Sharing databases with C applications
+=item The untie gotcha
+
=back
=item COMMON QUESTIONS