我想在perl -e一行中打印十六进制的 ASCII 等效值。
perl -e
perl -e "print 0x41;"
我得到了65,但我希望输出是A
65
A
如何仅用一行命令将十六进制转换为 ASCII。
perl hex ascii
ascii ×1
hex ×1
perl ×1