while ( my ($keyword, $titel) = $sth->fetchrow_array() ) { print STDERR "KEY: $keyword => TITEL: $titel\n"; }