in reply to join should polymorph on hashes
Your hash join can be rewritten in the first form, though I usually try to arrange things so that the last one is possible.%hash = (%hash, @more); %hash = (%hash, %more); @hash{@keys} = @values;
MeowChow s aamecha.s a..a\u$&owag.print
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: join should polymorph on hashes
by princepawn (Parson) on May 02, 2001 at 00:57 UTC | |
by MeowChow (Vicar) on May 02, 2001 at 01:42 UTC |