I print some output in PERL. It is data in 3 columns. I use \t to add
a tab space to make a column.
However, \t may not produce the desired result. If the value is short
in length, next column is not aligned correctly in the row. Something
like this:

123     12345     123456
123     12345     123456
1     1234     123456
123     12345     123456

How can I make a nicely formatted output?
Thanks


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to