http://qs321.pair.com?node_id=647411


in reply to Re: 'our' is not 'my'
in thread 'our' is not 'my'

In your first example, how is it that 'our $var;' in package AA makes $var available to both package BB and package main? Why does package BB fall back to AA's result without any kind of warning?