or download this
my @ext_rows;
for my $key (sort keys %extensions) {
...
# the headings, since they did not require any real munging.
table(3, { style => 'float:right', headings => ['Ext','Count'], data =
+> [@ext_rows], whead => [@ext_end_rows] });
table(3, { headings => [qw(File bytes kilobytes megabytes)], whead =>
+[@size_rows] });