I have an array of arrays (3x6) and I pass it to a subroutine to loop thru and insert into a table. But when I pass the array to the sub the array seems to become a (1x6).
@rowarr = ( [ "ROLE", "ROLE TEST1", "HRSiteAdmin", "HR1", "Admin", 0 ],
[ "ROLE", "ROLE TEST2"...