Help for this page
print "GOT TITLE BEFORE: $title \n<Br><Br>"; $title = encode("utf-8",$title); ... my $test = $DB->table("ReadingGrabCache")->select ( { url => "F +oo" })->fetchrow_hashref; print "BLA 1: $test->{title} \n<br>";