diff options
author | John Tobey <jtobey@john-edwin-tobey.org> | 1998-11-22 06:25:15 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-11-22 12:12:29 +0000 |
commit | 368c9434e40b3ef162b100271eb4d6a1dd886bbc (patch) | |
tree | 91ad2a4873ad9938669a205ba1a4a6f64aea23c7 /pod/perlfaq7.pod | |
parent | 9d9477b1b5a6ab420403942c0942c613290f7911 (diff) | |
download | perl-368c9434e40b3ef162b100271eb4d6a1dd886bbc.tar.gz |
perlfaq typos
To: perl5-porters@perl.com
Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
p4raw-id: //depot/cfgperl@2266
Diffstat (limited to 'pod/perlfaq7.pod')
-rw-r--r-- | pod/perlfaq7.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq7.pod b/pod/perlfaq7.pod index e1bccc883f..cb7f3c027a 100644 --- a/pod/perlfaq7.pod +++ b/pod/perlfaq7.pod @@ -313,7 +313,7 @@ caller's scope. Variable suicide is when you (temporarily or permanently) lose the value of a variable. It is caused by scoping through my() and local() -interacting with either closures or aliased foreach() interator +interacting with either closures or aliased foreach() iterator variables and subroutine arguments. It used to be easy to inadvertently lose a variable's value this way, but now it's much harder. Take this code: |