Help for this page
while (@names) { $next = shift @names; ... return; # Table is done. } $table->{$next} = $list->{$next};