http://www.perlmonks.org?node_id=711883

gleeco has asked for the wisdom of the Perl Monks concerning the following question:

this is a Corpus Callosum biter-

# simple enough? $x = "\t";

..but how does one stringify the interpolated tab back to a backslash + 't' such that 'print $y' acutally prints '\t'?