From: Chip Salzenberg Date: Wed, 30 Apr 1997 13:57:56 +0000 (+1200) Subject: Fix typo in perldelta X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3e07908ea1eeba49c73de370640833193accfd6e;p=p5sagit%2Fp5-mst-13.2.git Fix typo in perldelta --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 48c04b3..9574872 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -201,11 +201,11 @@ A subroutine reference may now be suffixed with an arrow and a (possibly empty) parameter list. This syntax denotes a call of the referenced subroutine, with the given parameters (if any). -This new syntax follows the pattern of C<$hashref-E{FOO}> and -C<$aryref-E[$foo]>; now, C<&$subref($foo)> may now be written -C<$subref-E($foo)>. All of these arrow terms may be chained; -thus, C<&{$table-E{FOO}}($bar)> may now be written -C<$table-E{FOO}->($bar)>. +This new syntax follows the pattern of S{FOO}>> and +S[$foo]>>: You may now write S> as +S($foo)>>. All of these arrow terms may be chained; +thus, S{FOO}}($bar)>> may now be written +S{FOO}-E($bar)>>. =back