in reply to Re: strict
in thread strict problem
No, I actually want the hash 'in' (sorry for that '@' - it was just a left-over from all things I tried) to be known in the entire script, globally, not in the scope of the lib, 'main' or any arbitrary block. As it was without strict. But since the variable gets initialized and set in the included file, I wonder how I can declare it in the main script globally so it gets used even within this scope.