in reply to Re^3: Using variables in a DBI do queriy
in thread Using variables in a DBI do queriy
This looks very interesting although I'm not quite sure I know what is going on in it, my major question is how would the hash key value pairs be correctly matched to the @data array is it set in the order that the files are read? so the first file read would match the:
and so on?{ contract => $data[1], invoice => $data[2], %common, },
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Using variables in a DBI do queriy
by wind (Priest) on May 05, 2011 at 17:26 UTC | |
by vendion (Scribe) on May 05, 2011 at 18:14 UTC |