Help for this page
$_= $_->id() for @with, @without; my @articles= $schema->resultset('articles')->search( ... 'tag.tag' => { '-not_in' => \@without, '-in' => \@with }, }, );