Help for this page

Select Code to Download


  1. or download this
    $_= $_->id() for @with, @without;
    my @articles= $schema->r­esultset('­articles')­->search(
    ...
            'tag.tag' => { '-not_in' => \@without, '-in' => \@with },
        },
    );