in reply to Returning columns with SQL::Statement error
I see your bug report has been answered but a work around in this case would be
pojprintf "Columns %s\n",join ',', map { $_->{'value'} } @{$s +tmt->column_defs()};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Returning columns with SQL::Statement error
by LalakisOeisagwmenos (Novice) on Jan 22, 2018 at 11:17 UTC |