NAME
DBIx::DataModel::Schema::ResultAs::Sql - sql and bind values
DESCRIPTION
In scalar context, the result will just be the generated SQL statement. In list context, it will be ($sql, @bind)
, i.e. the SQL statement together with the bind values.
To install DBIx::DataModel::Schema::ResultAs::Sql, simply copy and paste either of the commands in to your terminal
cpanm
cpanm DBIx::DataModel::Schema::ResultAs::Sql
CPAN shell
perl -MCPAN -e shell
install DBIx::DataModel::Schema::ResultAs::Sql
For more information on module installation please visit the detailed CPAN module installation guide.