print $rowobj->id; #### my $columnname = 'id'; print $rowobj->$columnname; ####
## my $columnname = 'id'; print $rowobj->$columnname; ##
##