in reply to Am i formatting correctly?
TAB characters indent relative to the current position. Since the last two rows of your data have nothing in the first column the tabs don't indent over as far as those in the prior rows which do.
You need to look at either using sprintf to pad out everything in each column to a fixed width (even undef or empty values), or use something like Perl6::Form (or the older perlform).
|
|---|