in reply to Re: Hash key intersection
in thread Hash key intersection
You'll get some spurious responses if %A and %B have values there, because you're mixing keys and values into a keys pile. Perhaps you wanted to add keys in front of each of the hashnames?sort keys %{ { %A, %B } }
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: •Re: Re: A man walks into a bar with a hash under each arm!
by BrowserUk (Patriarch) on Dec 30, 2003 at 20:17 UTC |