in reply to Comparing Hash key with array
Can you clarify what the resulting hash should look like?
Are you saying that after iterating through each key of the hash, you should have:
my @dir1 =('_W9C2JJDCB', '201200240', 'TEST: IGNORE', 'John Doe', 'Closed', 'HIP', 'email@email.com', 'email2@email.com', '<P>This is the problem1.</P>', '<P>This is res1</P>', '<P>This is the problem2.</P>', '<P>This is res2</P>', '<P>This is the problem3.</P>', '<P>This is res3</P>', );
?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Comparing Hash key with array
by packetstormer (Monk) on Feb 02, 2012 at 17:25 UTC | |
by Riales (Hermit) on Feb 02, 2012 at 17:32 UTC | |
by packetstormer (Monk) on Feb 02, 2012 at 17:43 UTC | |
by Riales (Hermit) on Feb 02, 2012 at 17:50 UTC |