Help for this page
(undef, $match_I_want) = split /:/, $_, 2;
($user) = split /:/, $_, [1]; ($temp, $foo{$user}) = split /:/, $_, [2];
($user,$name) = split /:/, $_, 2; $name_lookup{$user} = $name;