sub fix_it { my $this = shift; my $what = shift; my $results = $this->get_db->search($what); . . }