sub getNullEndIds{ my $self = shift; my $dbh = shift; $dbh = DBI->connect($dbi,"monster_mirror","m1rr0r",{'RaiseError' => 1}) unless $dbh->ping; # rest of method # don't close the dbh at the end of this method }