Help for this page
# the remote side is supposed to use semicolons, but in # this one case we tickle a bug in blah blah blah that # makes it use tabs so change the tabs to semicolons $foo =~ tr/\t/;/;
# i know there is a better way to do this, but it's 3 am # and I'm an idiot