> Will "private" be a true scoping keyword? Or under strict would you have > to do this: > > private my %hash; It's not a replacement for C<my>, though C<use strict> *might* choose to overlook it. :-) Damian