perldata: Link directly to $;
authorFather Chrysostomos <sprout@cpan.org>
Fri, 10 Jun 2011 16:48:06 +0000 (09:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 10 Jun 2011 16:49:04 +0000 (09:49 -0700)
pod/perldata.pod

index 9673ed9..f34979c 100644 (file)
@@ -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<perlvar>).
+(see L<perlvar/$;>).
 
     $foo{$a,$b,$c}