#!/usr/bin/perl my $ustring1 = "Hello \x{263A}!\n"; my $ustring2 = ; print $ustring1, $ustring2; __DATA__ Hello ☺!