in reply to Type globs, strict, and lexical variables

I note also I've considered the possiblity of using "local @bar" . but this simply moves the problem rather than solving it. You can't use "local @bar" without having another "our @bar" somewhere else. THus if two subroutines accidentally try to use the same named variable the theo "our" declarations will conflict.
  • Comment on Re: Type globs, strict, and lexical variables