5 lines
66 B
Perl
5 lines
66 B
Perl
|
use Text::Tabs;
|
||
|
|
||
|
$tabstop = 8;
|
||
|
|
||
|
print expand("Hello\tthere!");
|