require ${modulename}; #### #build the hash in an autoloaded module using a reference: &{${modulename}.'::$modulename'}($param1,\%myhash,\%hash2); #### #in $usermodule, keys to the hash exist: @mykeys = keys %$hashref; # is non-empty array
## #build the hash in an autoloaded module using a reference: &{${modulename}.'::$modulename'}($param1,\%myhash,\%hash2); ##
## #in $usermodule, keys to the hash exist: @mykeys = keys %$hashref; # is non-empty array