in reply to Re^2: pushing multiple key-value pairs into an existing hash
in thread pushing multiple key-value pairs into an existing hash
which seems like iterating over the filehandle line by line. What exactly do you need? Why is adding the pairs one by one or creating a temporary hash not an option?while (<DATA>) {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: pushing multiple key-value pairs into an existing hash
by lomSpace (Scribe) on Feb 11, 2013 at 18:22 UTC | |
by 7stud (Deacon) on Feb 11, 2013 at 18:35 UTC | |
|
Re^4: pushing multiple key-value pairs into an existing hash
by lomSpace (Scribe) on Feb 11, 2013 at 18:03 UTC |