in reply to Common elements of a hash of hashes
thankssub perl_mouse { my %HoH = %{+shift}; # I know @_ to get the parameter but not this + one } $saw{lc,} # what is lc,? grep { $count!=$count{$_} } map { ++$count{$_};$_ } map { keys %{$HoH{ +$_}} } keys %HoH # the result of this line is stored in which variable?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Common elements of a hash of hashes
by Hue-Bond (Priest) on Oct 07, 2005 at 19:06 UTC | |
by blazar (Canon) on Oct 09, 2005 at 09:14 UTC | |
|
Re^2: Common elements of a hash of hashes
by blazar (Canon) on Oct 09, 2005 at 09:15 UTC | |
by Anonymous Monk on Oct 11, 2005 at 22:05 UTC |