Message-ID: <Pine.LNX.4.21.
0106241207320.17075-100000@oregonnet.com>
p4raw-id: //depot/perl@10909
print "not " if "\t" =~ /[[:print:]]/;
print "ok 636\n";
-# Amazingly verrical tabulator is the same in ASCII and EBCDIC.
+# Amazingly vertical tabulator is the same in ASCII and EBCDIC.
print "not " if "\014" =~ /[[:print:]]/;
print "ok 637\n";