Help for this page
DB<28> p $str1 = "\x{41}" # interpolation A ... DB<30> p $str2 = '\\x{41}' # literal but escaping escaping \ \x{41}
\x{ 263A } Same, but shows optional blanks inside and adjoining the braces
DB<31> p " \x{ 41 } " ^@