#990050 use Encode qw(encode)

Package:
libhtml-parser-perl
Source:
libhtml-parser-perl
Description:
collection of modules that parse HTML text documents
Submitter:
積丹尼 Dan Jacobson
Date:
2021-06-18 18:09:04 UTC
Severity:
normal
#990050#5
Date:
2021-06-18 16:47:58 UTC
From:
To:
You need to say
use Encode qw(encode);
else the program will die.

(Also if the file is already utf8, it will be double encoded...)