sub getData { my ($sql,$dbHash) = @_; return $dbHash->{connect}->selectall_arrayref($sql); }