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


in reply to Re^2: Use of 'our' considered harmful
in thread Use of 'our' considered harmful

sub whatever_its_called { our ($dbh) = DBI->connect(...); sub do_hit { $dbh->prepare("stuff"); } }