in reply to help me interpret Dumper output.

By dereferencing. Here is one way to access the last element of the array at key 'columns':
print "$info->{columns}[-1]\n";

prints:

userName

See also References quick reference