in reply to Pass UTF8 URI to Webbrowser

Just add the following and it works:

use URI::Escape; $query =uri_escape_utf8( $query );