diff options
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//>. |