in reply to Re^2: How do I regex for characters like ¾, ¼ ?
in thread How do I regex for characters like ¾, ¼ ?

print HTML::Entities::encode( $origtext );

Replies are listed 'Best First'.
Re^4: How do I regex for characters like ¾, ¼ ?
by Plankton (Vicar) on Sep 10, 2007 at 04:26 UTC
    Thank you masked Anonymous Monk! That does the trick.