foreach my $ref ( @{ $sth->fetchall_arrayref } ) {  print STDERR "KEY: $ref->{keyword} => TITEL: $ref->{titel}\n"; }