Man Page: munin::node::utils
Operating Environment: debian
Section: 3pm
Munin::Node::Utils(3pm) User Contributed Perl Documentation Munin::Node::Utils(3pm)NAMEMunin::Node::Utils - Various utility functionsSYNOPSISuse Munin::Node::Utils qw( ... );SUBROUTINESset_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.14.2 2013-11-12 Munin::Node::Utils(3pm)