print "GOT TITLE BEFORE: $title \n

"; $title = encode("utf-8",$title); print "GOT TITLE: $title \n

"; $DB->table("ReadingGrabCache")->add( { title => $title, url => "Foo" }); my $test = $DB->table("ReadingGrabCache")->select ( { url => "Foo" })->fetchrow_hashref; print "BLA 1: $test->{title} \n
";