$token = 'YOUR_TOKEN_HERE'; $skey = 'YOUR_KEY_HERE'; $associate_tag = 'YOUR_TAG_HERE'; $locale = 'fr'; $watch_back_days = 60; %items = ( "music:uk" => { "Doctor Who" => "Doctor Who Murray Gold", }, "books:us" => { "Pratchett" => "author:Pratchett binding:paperback", "Wheel of Time" => 'title:"Wheel of Time" author:Jordan binding:paperback', "Song of Ice and Fire" => 'title:"song of ice and fire" author:martin binding:paperback', }, "books:fr" => { "Aquablue" => 539674, "Les arcanes du midi-minuit" => "title: Les arcanes du midi-minuit", "Blake and Mortimer" => 490536, "Trolls de Troy" => 526600, "Les gardiens de Ji" => 'title:"gardiens de Ji"', "Les futurs mystères de Paris" => 3003141, }, );