http://qs1969.pair.com?node_id=252747

hacker_j99 has asked for the wisdom of the Perl Monks concerning the following question: (arrays)

I have a array of arrays.
how can i get it to look like this with values of unknown length
+----+----------+------------+-----------+---------+----------+ | id | user_lvl | first_name | last_name | surname | homepage | +----+----------+------------+-----------+---------+----------+ | 1 | 50 | unknownlen | | | none | +----+----------+------------+-----------+---------+----------+

Originally posted as a Categorized Question.