} } # Dump the output my $format = join( ' ', map { "%${_}s" } @col_widths ) . "\n"; substr( $format, 1, 0 ) = '-'; for ( @rows ) { printf $format, @$_; } return \@rows ; } 1;
0.00777817 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU)