Help for this page

Select Code to Download


  1. or download this
           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>";