in reply to Re^2: Type globs, strict, and lexical variables
in thread Type globs, strict, and lexical variables

sub cc, happens to use the same dummy variable name $tmp.
But dummy variables should always be lexicals. In fact, I don't think you've absorbed the concept that everything possible (which is just about everything) should be lexical. Are you dealing with legacy code?
  • Comment on Re^3: Type globs, strict, and lexical variables