diff options
author | Steve Peters <steve@fisharerojo.org> | 2007-05-10 20:34:21 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-05-10 20:34:21 +0000 |
commit | 603c58be741d0ce2c46e2d30177d5fadc18d6455 (patch) | |
tree | e5b7d961345704df7038e47a395b60303d1be28b /pod/perlfunc.pod | |
parent | 57cdf522d1c6ea4bfbc0bca140bac9ef15ef047d (diff) | |
download | perl-603c58be741d0ce2c46e2d30177d5fadc18d6455.tar.gz |
Fix Pod nit in perlfunc
p4raw-id: //depot/perl@31197
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 101d10e9fb..c6b8659d8f 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4415,7 +4415,7 @@ name is returned instead. You can think of C<ref> as a C<typeof> operator. The return value C<LVALUE> indicates a reference to an lvalue that is not a variable. You get this from taking the reference of function calls like C<pos()> or C<substr()>. C<VSTRING> is returned if the reference points -to a L<version string|perldata\"Version Strings">. +to a L<version string|perldata/"Version Strings">. The result C<Regexp> indicates that the argument is a regular expression resulting from C<qr//>. |