You can do it yourself:
1 while $string =~ s/\t+/' ' x (length($&) * 8 - length($`) % 8)/e;
use Text::Tabs; @expanded_lines = expand(@lines_with_tabs);