I'm lost, I try to use HTML::Parser module,
I get a fail in the HTML::Entities module at line 145 which is:
require HTML::Parser;
It looks as if the "Parser" is calling "Entities" which calls back the "Parser"?
This is weird for me, I don't understand it.
can someone help me understand and resolve this issue?