Help for this page
use utf8; use charnames ':full'; ... print "Hello world \N{EURO SIGN} \n"; # no error message
use utf8; use charnames ':full'; ... # "unreferenced scalar" message shows up, but so do both # intended characters (assuming you have the right font...)