Help for this page
$foo= '\t\a\b\c'; print "foo=($foo)\n"; ... foo=(\t\a\b\c) foo=(\t\a\b\c) foo=(\\t\\a\\b\\c)