In perl.git, the branch dom/doc-fixes has been updated <http://perl5.git.perl.org/perl.git/commitdiff/30914c16ea7170879a83dab48693c2692e1e3850?hp=45cc06e3de6c5eed0544072a9b48f21ae63b577b>
- Log ----------------------------------------------------------------- commit 30914c16ea7170879a83dab48693c2692e1e3850 Author: Dominic Hargreaves <[email protected]> Date: Sat Apr 30 19:01:19 2016 +0100 Add cross-reference to perldata in scalar's documentation Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810156 ----------------------------------------------------------------------- Summary of changes: pod/perlfunc.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 18d2e40..e9c7038 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -6630,7 +6630,8 @@ is the moral equivalent of these two: foo(); print(uc($bar), $baz); -See L<perlop> for more details on unary operators and the comma operator. +See L<perlop> for more details on unary operators and the comma operator, +and L<perldata> for details on evaluating a hash in scalar contex. =item seek FILEHANDLE,POSITION,WHENCE X<seek> X<fseek> X<filehandle, position> -- Perl5 Master Repository
