diff options
Diffstat (limited to 'pod/perlform.pod')
-rw-r--r-- | pod/perlform.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlform.pod b/pod/perlform.pod index 99e0746c1a..c4bb78cfcd 100644 --- a/pod/perlform.pod +++ b/pod/perlform.pod @@ -310,4 +310,5 @@ is to printf(), do this: Lexical variables (declared with "my") are not visible within a format unless the format is declared within the scope of the lexical -variable. (They weren't visiblie at all before version 5.001.) +variable. (They weren't visible at all before version 5.001.) See +L<perlfunc/my> for other issues. |