Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
Munin::Node::Utils(3) User Contributed Perl DocumentationMunin::Node::Utils(3)

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.

perl v5.36.3			  2025-05-18		 Munin::Node::Utils(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Munin::Node::Utils&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help