X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/2f3b6ae408a2d23f3c90b00b9fbaa2ad4c9a755a..191f2cf3f90fff5e4eb7a8663a83ed6c7031cf5d:/pod/perldelta.pod diff --git a/pod/perldelta.pod b/pod/perldelta.pod index cd596e2..04c16a5 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -731,9 +731,10 @@ See L and L. =head2 EHANDLEE on empty files -With C<$/> set to C, slurping an empty file returns a string of +With C<$/> set to C, "slurping" an empty file returns a string of zero length (instead of C, as it used to) the first time the -HANDLE is read. Further reads yield C. +HANDLE is read after C<$/> is set to C. Further reads yield +C. This means that the following will append "foo" to an empty file (it used to do nothing):