in reply to Re: "use" dynamic module
in thread "use" dynamic module

$mod->import if $mod->can('import');
No can() check needed; if there's no import, $mod->import() is silently a noop (even if there is an AUTOLOAD!).