DEV Community

Discussion on: Do you use Multidimensional Arrays in Your Job?

Collapse
 
quinncuatro profile image
Henry Quinn

I wish. Had to put together a Bash script last week that interfaces with a MariaDB database (basic queries for some extra logging info). Had to find a way to hack around the fact that multi dimensional arrays aren't the easiest thing to do in vanilla Bash. Would have been sweet to just toss all the returned data in one and have a loop in a loop to get it all back out - like back in the PHP 5 days.