in reply to Re^3: Loading a module into many packages
in thread Loading a module into many packages
Thanks for clarification. I removed mymodule into main namespace (and call those functions as main::some_func() within package). Everything works fine now.