in reply to Problem with strange URLs

system(qq{explorer "$url"})
Or if you want to use the user's preferred browser:
system(qq{start "" "$url"})