Munin::Node::Utils(3) User Contributed Perl DocumentationNAME
Munin::Node::Utils - Various utility functionsSYNOPSIS
use Munin::Node::Utils qw( ... );SUBROUTINES
set_difference(\@a, \@b) Returns the list of elements in arrayref \@a that are not in arrayref \@b. set_intersection(\@a, \@b) Returns the list of elements common to arrayrefs \@a and \@b. perl v5.20.3 2016-02-19 Munin::Node::Utils(3)