print $hash{$name1}{ip};#name->ip conversation print $hash{$ip5}{name};#ip->name print $hash{$mac10}{file};#mac->filename print $hash{$mac}{ip};#mac -> ip