in reply to Re^4: Problem with escape sequence \x for hex with spaces "\x{ 263A }" (update: codepage)
in thread Problem with escape sequence \x for hex with spaces "\x{ 263A }"

Worked a treat on Mac.

~>perl -CO -wde0
# ...
main::(-e:1):	0
  DB<1> print "\x{263A}"
☺
  • Comment on Re^5: Problem with escape sequence \x for hex with spaces "\x{ 263A }"