in reply to what does main->{x} = 1 do?
it will succeed. And if you're inheriting several levels from that X class..? I think that every code that does not use strict must be forced to use it. Especially if the code is a CPAN module. There are several modules that do not use strict I think...sub foo { my $self = shift; $self->{bar} = shift; $self->{bar} }
|
|---|