$dir = 'modules'; $mod = 'test'; $pkg = sprintf("%s::%s",$dir,$mod); require $pkg; print test::func(), "\n";