in reply to Retrieving value from MySQL Database using DBIx::class
Maybe you want to change the code to
return $schema->resultset("UserScenario")->search({ "name" => $us_name })->first->description
or something similar
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Retrieving value from MySQL Database using DBIx::class
by siddheshsawant (Sexton) on Apr 01, 2010 at 15:52 UTC |