in reply to Mapping restrictions
%h1=( 1=>"one", 2 => "two", 3 => "three", 4 => "four"); @set=(1, 3, 5, 7); my %h2 = %h1; delete @h2{@set};
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Mapping restrictions
by brother ab (Scribe) on Sep 15, 2000 at 09:23 UTC |