If you want to access the hash associated with column_defs, you might do, e.g.
keys %{$VAR1->{'column_defs'}};That is, wrap the hash reference in curlies and then treat it exactly as you would a hash variable name. Is that what you're asking?
Have you been through perldoc perlreftut?
The PerlMonk tr/// Advocate