>>33
s/ /\t/g replaces more than what you want..
I agree on saving bytes being really important. I only use 1 character for variable names if possible. For example
h instead of
hostname. This saves me at least 7 bytes each time I use it! I also try to keep my function names to a maximum of 4 characters.