in reply to
Making a variable tab string
I suppose that you want something like:
$tabs = 'tabs' . ( "\t" x $numTabs );
[download]
???
Comment on
Re: Making a variable tab string
Download
Code
In Section
Seekers of Perl Wisdom