# separate rows puts lines between rows, header_row says that the first row is headers print Text::Table::Tiny::table(rows => $rows, separate_rows => 1, header_row => 1);