for () { #### my ($user, undef, $project) = split /\|/; #### push @{$wo_usr_proj{$project}}, $user if $uo_hash{lc($user)} =~ /WO/; }