[Catalyst] DBIC Create: Objects in DB?

Andy Grundman andy at hybridized.org
Sat Dec 31 21:29:47 CET 2005


Dennis Daupert wrote:
> # Populate the hash
> my %user = (  
> fname    => "$c->req->params->{fname}",  
> lname    => "$c->req->params->{lname}",  
> username => "$c->req->params->{username}",  
> password => "$c->req->params->{password}",  
> email    => "$c->req->params->{email}",  
> active   => '1'   );

You're stringifying there, just remove the quotes. :)

-Andy



More information about the Catalyst mailing list