If a Perl script contains
use vars qw($PROGNAME $VERSION);
use lib "/usr/nagios/libexec";
use utils qw(%ERRORS);
which CPAN modules should I then install?
cpan utils doesn’t find anything.
Update
It is this script I am trying to get to work.
Solution
yum install nagios-plugins-perl.x86_64
That
utils.pmcomes with Nagios.