$ perl -we 'print "abc\vdef\n"' Unrecognized escape \v passed through at -e line 1. abcvdef $ perl -we 'print "abc\x{0b}def\n"' abc def