in reply to Re: Weird DBI behaviour
in thread Weird DBI behaviour

# instead of my $array_ref = $select->fetchall_arrayref(); # try my $array_ref = $select->fetchall_arrayref;

Those are exactly equivalent, not matter what the definition of that method is.