http://www.perlmonks.org?node_id=844550


in reply to Re: print Unicode characters
in thread print Unicode characters

Thanks for the inputs and suggest me if I'm going in right way...

#!/usr/bin/perl use strict; use charnames ':full'; print "\N{LATIN CAPITAL LETTER N}", "\N{DEGREE SIGN}\n";