in reply to Re^3: Modifying/Accessing hash in separate script
in thread Modifying/Accessing hash in separate script

Adding "our" before the hash declarations in my global.pl still makes the main.pl throw errors when using strict and warnings, the same error: Global symbol "%GLOBAL" requires explicit package name at line xx. Perhaps this wasn't the solution?
  • Comment on Re^4: Modifying/Accessing hash in separate script