in reply to building a hash from a database

DBIx::Lookup::Field - Create a lookup hash from a database table

Replies are listed 'Best First'.
Re^2: building a hash from a database
by bfdi533 (Friar) on May 02, 2006 at 15:35 UTC

    That is not exactly what I am looking for. I need to basically create a has with each of the input columns indexed by id that has a 1 or 0 in the field depending on whether the database field is null or if it has data.

    That code just facilitates repeated lookup on the database for a given input column.

    Thanks for the reply, though.