if

if

NAME

if - use a Perl module if a condition holds (also can no a module)

SYNOPSIS

use if CONDITION, MODULE => ARGUMENTS;
no if CONDITION, MODULE => ARGUMENTS;

DESCRIPTION

The if module is used to conditionally load or unload another module. The construct

use if CONDITION, MODULE =&