sub getActiveSessions { my ($self, @ids) = @_; my $idPlaces = (join ', ', ('?') x @ids) || ''; return $self->{'dbh'}->selectall_arrayref( <getActiveSessions(1..7) );