in reply to Re^3: Class::DBI weirdness sql error
in thread Class::DBI weirdness sql error
You're not passing a hash; colums takes a list, of which the first element tells what kind of columns the rest are. If it were a hash, you'd would have had key value pairs like "item_type => 'name'", "lng => 'zip'", etc. Which I doubt you want.