I'm writing a debugging module, and I was wondering what the best way to hook into Perl's use statement would be. It seems that DB::DB doesn't get run during compilation, so I can't detect it using that. Basically, I'd like to print the module being loaded and the filename loading it every time a use or require is encountered.