sub dummyMethod { my ( $self, $id ) = @_; my $r = $self->dbh->selectrow_hashref("SELECT id, name FROM users WHERE id = $id"); return $r; }