in reply to Re^2: Syntax question when using Class::DBI
in thread Syntax question when using Class::DBI

Be aware that Class::DBI lazy-loads the columns, so as soon as you start using the Essential feature for columns, you might find $rowobj->{$columnname} empty even though there is a value in the column. Using the get method should make sure that your object gets filled with data.