From: Father Chrysostomos Date: Fri, 10 Jun 2011 16:48:06 +0000 (-0700) Subject: perldata: Link directly to $; X-Git-Tag: accepted/trunk/20130322.191538~3866 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b8db74f2e886c63d3cd1c65e2fde6d09c0b3e436;p=platform%2Fupstream%2Fperl.git perldata: Link directly to $; --- diff --git a/pod/perldata.pod b/pod/perldata.pod index 9673ed9..f34979c 100644 --- a/pod/perldata.pod +++ b/pod/perldata.pod @@ -701,7 +701,7 @@ You can also subscript a list to get a single element from it: Multidimensional arrays may be emulated by subscripting a hash with a list. The elements of the list are joined with the subscript separator -(see C<$;> in L). +(see L). $foo{$a,$b,$c}