logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Munin::Node::Utils - Various utility functions

Name

       Munin::Node::Utils - Various utility functions

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.40.1                                       2025-05-20                            Munin::Node::Utils(3pm)

Synopsis

         use Munin::Node::Utils qw( ... );

See Also