Munin::Node::Utils.3pm

Langue: en

Version: 2010-08-13 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Munin::Node::Utils - Various utility functions

SYNOPSIS

   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.