in reply to Re: elegant way of handling hash?
in thread elegant way of handling hash?
All the API's are different .my %replacehash; $replacehash{TEMP1} = $flow->getExeName(); $replacehash{TEMP2} = $flow->getTempName(); $replacehash{TEMP3} = $flow->getData()->getNameType(); ....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: elegant way of handling hash?
by BrowserUk (Patriarch) on Jan 19, 2006 at 10:19 UTC | |
by Roy Johnson (Monsignor) on Jan 19, 2006 at 15:32 UTC | |
|
Re^3: elegant way of handling hash?
by ambrus (Abbot) on Jan 19, 2006 at 16:47 UTC |