http://www.perlmonks.org?node_id=647365


in reply to 'our' is not 'my'

I was cleaning up some old code which did not use strict.
As it used a lot of global vars, I was forced to use our, the way you explained. I didn't know the exact meaning before
Tabari