How are escape/special characters defined, and how can I redefine them? (\n \a \b \w \W ... )
Example, if i wanted to change "\n" from break to
"<BR>"
and is it possible to define something like this?
\{string} that I could use in doublequotes?
If anyone knows about this perl internal or has any insight please let me know. It may seem strange that I want to redefine "\n" instead of just replacing it with $break or "
" but this is just an example.