in reply to Delete all hash keys except for n of them
%hash = map { each %hash } 0..4;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Delete all hash keys except for n of them
by Anonymous Monk on Oct 26, 2004 at 00:43 UTC | |
by Anonymous Monk on Oct 26, 2004 at 00:54 UTC |