in reply to Re^3: Use module only if it is in use
in thread Use a module only if it is in use

I meant as a key for %INC, not as barewords:

$text = Text::Unidecode::unidecode($text) if $INC{"Text/Unidecode.pm"};