in reply to Re^4: hex code passed from command line is interpreted literally in substitution
in thread hex code passed from command line is interpreted literally in substitution

No. \x41 is not different from \x41, or if you're interpolating, \\x41 is not different from \\x41
  • Comment on Re^5: hex code passed from command line is interpreted literally in substitution