http://www.perlmonks.org?node_id=1010999

rkrish has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I need to run a query which fetches two columns from data base and need to store in hash as key and values, I'm confused of how to store the data in hashes can anyone suggest me how to do that:(

This is the query I'm having
select seq_nbr,data_record from usage_inq ;