You are here: Perldoc Web>PerlDokumentListe>If (2005-04-28)
if Dokumentation zu Perl 5.8.0 | Download als POD | Wie kann ich hier etwas ändern?

NAME

if - use a Perl module if a condition holds

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.

-- HaraldBongartz - 06 Nov 2004
Topic revision: 2005-04-28, HaraldBongartz
 
Bitte die NutzungsBedingungen beachten.
Bei Vorschlägen, Anfragen oder Problemen mit dem PerlCommunityWiki bitten wir um WebBottomBarExample">Rückmeldung.