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


in reply to Perl-odbc

Please post the code that is generating this (and don't forget to enclose your code in <code> tags!), so we can help pinpoint where the problem lies.

Having said that, it appears that whatever you're using to get information from your DB is returning a hash reference. You need to dereference it to get at the information. Without code, though, I can't be more specific.