in reply to How to get out an array of a hash?
@array = $hashfeld[1]->{'var2'}; [download]
@array = @{$hashfeld[1]->{'var2'}}; [download]