in reply to About Tabbed Printing
foreach my $aref (@aoa) { printf("%-24s %7d %7d %f\n", @$aref); } [download]
If you search CPAN, I'm sure you'll find some module which automatically calculate how wide a column should be.