in reply to Returning columns with SQL::Statement error
Hello LalakisOeisagwmenos,
Welcome to the Monastery. I do not run SQL on my OS but the error seems to be coming from line 17:
printf "Columns %s\n",join( ',', map {$_->name} $stmt->col +umn_defs() );
Can you check if this method name is contained in?
print Dumper $stmt->column_defs();
Always always use strict and warnings.
Looking forward to your update, BR.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Returning columns with SQL::Statement error
by LalakisOeisagwmenos (Novice) on Jan 22, 2018 at 11:09 UTC |