in reply to Re: perl modules
in thread perl modules

Why not just do perl -MModuleName?

If that works, the module is installed and in the normal @INC locations. To conditionally do things based on whether or module is available within a real script, just put an eval block around require.