|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Large table query code help!by Anonymous Monk |
| on Feb 02, 2012 at 18:16 UTC ( #951505=perlquestion: print w/ replies, xml ) | Need Help?? |
|
Anonymous Monk has asked for the
wisdom of the Perl Monks concerning the following question:
Hi there Monks!
I am querying a large table 50 records at a time, that works no problem, but at line 34 this code:
Is where I am having the issue I can't figure it out. It seems that the account numbers in this variable "@files" has no comma separated between its values, this might be the cause, I am just confused on how to get it fixed. The reason might be because on line 30, if I use “push” adding those values into “@files, it will find them in the "othertable" table as you can see in this sample code I am posting here. Does the values in @files on line 34 needed to somehow have comma separated in order to the code to work? Any help its appreciated! Here is the sample code for this:
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||