Help for this page
use Mouse; has 'body' => (is => 'rw'); ... my $m = Doc->new; $m->body('double')->hdr->('headless')->ftr('soccer');
$select->select( $user->columns( 'user_id', 'username' ) ) ->from( $user, $group ) ->where( $group->group_id, 'IN', 1, 2, 3 ) ->and ( $func, 'LIKE', 'smith%' );