1Munin::Node::Utils(3) User Contributed Perl DocumentationMunin::Node::Utils(3)
2
3
4

NAME

6       Munin::Node::Utils - Various utility functions
7

SYNOPSIS

9         use Munin::Node::Utils qw( ... );
10

SUBROUTINES

12       set_difference(\@a, \@b)
13           Returns the list of elements in arrayref \@a that are not in
14           arrayref \@b.
15
16       set_intersection(\@a, \@b)
17           Returns the list of elements common to arrayrefs \@a and \@b.
18
19
20
21perl v5.30.1                      2020-01-29             Munin::Node::Utils(3)
Impressum