http://qs321.pair.com?node_id=603253

saintmike has asked for the wisdom of the Perl Monks concerning the following question:

Is there a way to hook into the module loading process, so that a source filter gets applied to all modules loaded afterwards?

Some thing like:

BEGIN { # ... some magic } use Foo::Bar; # Source filter gets applied # when it's loaded.
Or is this crazy talk?