diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-12 10:13:27 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-12 10:13:27 +0000 |
commit | af7a0647e92ea0b5030ae86067c3fa353ecdbe3f (patch) | |
tree | cf3a4ccc0f4ce56ebed9995a6e9563d1919bbfca /pod/perlvar.pod | |
parent | 22a7fd7aef660c4c4ff085df50df7d04d596c3ae (diff) | |
download | perl-af7a0647e92ea0b5030ae86067c3fa353ecdbe3f.tar.gz |
Typo fix.
p4raw-id: //depot/perl@26797
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r-- | pod/perlvar.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index dbc82ec2e2..d2558a76b5 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -883,8 +883,8 @@ directive, and cannot influence the behavior of any other file. Its use is highly discouraged. Note that, unlike other compile-time directives (such as L<strict>), -assignment to $[ can be seen from outer lexical scopes in the same file. -However, you can use local() on it to strictly bound its value to a +assignment to C<$[> can be seen from outer lexical scopes in the same file. +However, you can use local() on it to strictly bind its value to a lexical block. =item $] |