Manual Reference Pages  - if (3pm)

NAME

if - use a Perl module if a condition holds

CONTENTS

SYNOPSIS



  use if CONDITION, MODULE => ARGUMENTS;



DESCRIPTION

The construct



  use if CONDITION, MODULE => ARGUMENTS;



has no effect unless CONDITION is true. In this case the effect is the same as of



  use MODULE ARGUMENTS;



BUGS

The current implementation does not allow specification of the required version of the module.

AUTHOR

Ilya Zakharevich <mailto:perl-module-if@ilyaz.org>.
Jump to page    or go to Top of page |  Section 3pm |  Main Index.


perl v5.8.5 if (3pm) 2001-09-21
Generated by manServer 1.07 from /usr/share/man/man3/if.3pm.gz using man macros.