in reply to Re: Referencing a HoA
in thread Referencing a HoA

That yields the following message:
Global symbol "$tables" requires explicit package name at noname.pl li +ne 18. Execution of noname.pl aborted due to compilation errors.
Though I thought it was the equivalent of what BrowserUk posted:
@$aref = @{ $tables{$table_name} };
which does work. I guess I need to study references more closely. :(