in reply to Re^3: Problem parsing through downloaded web pages
in thread Problem parsing through downloaded web pages
use Encode qw(encode decode);
That did the trick, thanks. Did my best to understand the docs but it's like a whole different language to me! :)