I am parsing an HTML file and if ∞ occurs which is displayed as ∞ in html page.
In perl when I try to take the data from the tags and when ∞ occurs want to display ∞ this symbol in perl through print STDERR.
How can I achieve this?
Did you try to use HTML::Entities?