in reply to Re^2: local our?
in thread local our?

> > disables use strict vars for $bob for the remainder of current scope. > For my interest, is that actually how our is implemented ...

no, see my other answer in this thread.

our $bob is aliasing at compile time a "simple" symbol $bob to a full qualified $__PACKAGE__::bob for the remainder of current scope.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice