printf "Columns %s\n",join( ',', map {$_->name} $stmt->column_defs() ); #### print Dumper $stmt->column_defs();