$connections{$user_name}{client} = $client; and then runnig it through a loop foreach $key (keys %connections) { print $connections{$key}{client} "info to be displayed"; }