in reply to Re: Help with HTML::Entities - decode_entities
in thread Help with HTML::Entities - decode_entities
Operats in place - right- OK, so I took it out, like this:
but when $mystring = "Fred's shoe", I'm still getting "Fred's shoe" output._decode_entities($mystring, { amp => "&", 59 => ";" }, 0); print $mystring;
|
|---|