in reply to Re^3: Adding rows of data
in thread Adding rows of data

That should work for that kind of data structure, my final data structure goal is to have it as this once printed:
my $data_test = [ [ 'City Name', 'Last Name', 'First Name', 'Address', ], [ '', '', '', '', ], [ 'San Frans', 'Doe', 'Jonh', '100 Main Street', ], ];