$_ = join "", map { $_ . " " x (8 - length() % 8) } split /\t/, $_, -1;