I have a Perl script which uses a not-so-common module, and I want it to be usable without that module being installed, although with limited functionality. Is it possible?
I recommend employing Module::Load so that the intention is made clear.
Edit: disregard the comments, Module::Load is in core.