in reply to Re: Can't Reference a Sub by Variable when using Strict
in thread Can't Reference a Sub by Variable when using Strict

Actually that is completely wrong. The keys are called test1 and test2. The subs are called test1 and test2. The sample code runs exactly as expected without strict. The problem is the use of symbolic references, which the sample code uses, but strict disallows. Your code would not run with or without strict.

  • Comment on Re^2: Can't Reference a Sub by Variable when using Strict