my @ref_header = ( [ ["Name", "Surname"] ], ); ... @ref_db_data = $sth->fetchall_arrayref; unshift @{$ref_db_data[0]}, $ref_header[0]->[0];