I have created a script and used common subs in a module, my problem is though I am storing data in two hashes %template and %language to be used in the module, but the hashes arent carried over to the module, I haven't declared them as my or local in the main script so I cant see why not
I know I can pass one across as Module->subroutine("%hash") but not sure about two..any tips?