# get - as_logical
{
my $v1 = $r->c([1, 3, 5, 7]);
my $logical_v = $r->c([0, 1, 0, 1, 1])->as_logical;
my $v2 = $v1->get($logical_v);
is_deeply($v2->values, [3, 7, undef]);
}
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 525:
=pod directives shouldn't be over one line long! Ignoring all 2 lines of content
- Around line 968:
=pod directives shouldn't be over one line long! Ignoring all 8 lines of content