1Munin::Node::Utils(3) User Contributed Perl DocumentationMunin::Node::Utils(3)
23
4
NAME
6Munin::Node::Utils - Various utility functions
7
SYNOPSIS
9use Munin::Node::Utils qw( ... );
10
SUBROUTINES
12set_difference(\@a, \@b)
13Returns the list of elements in arrayref \@a that are not in
14arrayref \@b.
1516
set_intersection(\@a, \@b)
17Returns the list of elements common to arrayrefs \@a and \@b.
1819
20
21
perl v5.32.1 2021-02-05 Munin::Node::Utils(3)