($foo, $match_I_want) = split /:/, $_, [2]; #### ($user, $foo{$user}) = split /:/, $_, [2]; #### ($user) = split /:/, $_, [1]; ($temp, $foo{$user}) = split /:/, $_, [2];
## ($user, $foo{$user}) = split /:/, $_, [2]; ##
## ($user) = split /:/, $_, [1]; ($temp, $foo{$user}) = split /:/, $_, [2];