http://qs1969.pair.com?node_id=627570


in reply to bulding a hash

Perhaps you might rather have DBI build the hash? Then you could try fetchall_hashref.

Phil

The Gantry Web Framework Book is now available.

Replies are listed 'Best First'.
Re^2: bulding a hash
by mnlight (Scribe) on Jul 19, 2007 at 18:42 UTC
    I thought of using fetchall_hashref but I am not sure how to use the values inputed by the user as the key. The table I am querying has no values like that. Also I only reference one column and I need a way to point to each individual row value. e.g. My option types are displayed as
    1 read 2 write 3 copy
    I want the user to enter the number value but in the script I need to use the char string.