Convert hex to ASCII by mitchs

$/=\3;print/0A/?'\n
':/7F|[^2-7]\w/?"\\x\L$&":chr hex for<>

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page