in reply to Limit to Hash Keys

You might want to look at DBD::AnyData (alt.) and/or some of the other flat-file DBI drivers.

That way, you can use SQL to compare new data against current as you would with MySQL, and -- if your ISP ever does get around to installing it -- migrating your code could be as trivial as changing the DSN.

    --k.