in reply to Hash no longer being exported/imported between modules

You could check if your package mycode_pegs gets loaded by the other modules correctly. Just dump %INC to a logfile from the other modules and check if it is there with the correct path.

If it is in %INC, check if you can access the variable %mycode_pegs with its full path, i.e. is %mycode_pegs::mycode_pegs empty as well?

  • Comment on Re: Hash no longer being exported/imported between modules