Help for this page

Select Code to Download


  1. or download this
    my $conditions = { registered => 1 };
    my $atrtributes = {columns => ['email','name']};
    my $registered_users_rs = $schema->resultset('User')->search($conditio
    +ns, $attributes);