in reply to Re: HTML::Entities - Unmatched [ in regex
in thread HTML::Entities - Unmatched [ in regex

you're executing qx() in list context.
Fooled by context issues. Again..

++tinita for pointing out. I totally agree with blazar that using cat to open files is a bad idea next to File::Slurp or a proper 3 argument open with error handling. I just could not figure out what was going on. Thanks.

Andreas
--
  • Comment on Re^2: HTML::Entities - Unmatched [ in regex