http://qs1969.pair.com?node_id=1198884


in reply to Scope in use

There have been quite a few times over the last decade where I would have made something very nice had use not had that implied scope around it. So much so, that I dreamed of implementing a non-scope version of BEGIN (but never did):

my $lib = 'foo' BEGIN;

So if somebody patches Perl to make use not have an implied scope, that would make me happy.

- tye