1Munin::Node::Utils(3pm)User Contributed Perl DocumentatioMnunin::Node::Utils(3pm)
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.38.0                      2023-11-06           Munin::Node::Utils(3pm)
Impressum