in reply to Comparing array contents to DB contents
What would happen if on a per record basis you concatenate all fields in the Database and do the same for the fields in your table and then compare both strings against each other?
I may have missed something, though. Why are you using the String::Approx module?
CountZero
"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
Update: Changed "String::Compare" to "String::Approx"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Comparing array contents to DB contents
by castaway (Parson) on Jan 30, 2003 at 12:04 UTC | |
by CountZero (Bishop) on Jan 30, 2003 at 15:58 UTC |