> >> my $x++ for(1..10); > > > > Does $x even exist after that statement? Or is it scoped to the > > *implied* block? > > yes it does but not with the value you expect. even if you can > guess what the value is, don't expect Perl won't change that in > future version. that's all the doc trying to tell you: don't use > something that hasn't been finalized by the language yet.
Ok, *that* makes sense. Then it is just a wording thing. Sorry for stirring the pot so, but the way it's worded just wasn't clear to me. I've seen this sort of warning on other things often enough, but that one just refused to make sense to me, lol. __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]