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

FreeBSD Manual Pages

  
 
  

home | help
Munin::Node::Utils(3)  User Contributed Perl Documentation Munin::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.42.3			   2026-08-04		   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+15.1.quarterly>

home | help