How do i simply write out a file including real tabs inside? tab means real tab which is not the spaces. How to write the ta
tab
ta
This should do:
$chunk = "abc\tdef\tghi";
Here is a link to an article with more extensive examples.