#!/usr/bin/perl use strict; use ExtUtils::Installed; my $check_mod = ExtUtils::Installed->new(); die "File::Find is not installed" unless ( grep /File::Find/, $check_mod->modules() );
In reply to Re: Check if module is installed
by bichonfrise74
in thread Check if module is installed
by DreamT
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |