in reply to How to use variables in @INC and "use" commands
use Module::Load; $day = "sunday"; $userId = "mary"; load("$day::module_$userId", qw(%diary)); *diary = \ %diary::diary; [download]