Paul wrote: > > --- david <[EMAIL PROTECTED]> wrote: >> my $x++ for(1..10); > > Now there's one I hadn't thought of! > Does $x even exist after that statement? Or is it scoped to the > *implied* block? > > lol -- neat. :) >
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. david -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]