in reply to Re^3: loading modules at runtime
in thread loading modules at runtime

Module might not have an import.

There's one in UNIVERSAL, if anything has loaded that. Besides:

# in NoImport.pm package NoImport; 1; # in no_import.pl use strict; use warnings; require NoImport; NoImport->import();