X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfaq7.pod;h=cb7f3c027aa4755f379c0f2b680582c86e3c7d6f;hb=368c9434e40b3ef162b100271eb4d6a1dd886bbc;hp=e1bccc883f4bf07dba7e59aba872422760ab371f;hpb=9d9477b1b5a6ab420403942c0942c613290f7911;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfaq7.pod b/pod/perlfaq7.pod index e1bccc8..cb7f3c0 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: