in reply to Checking for modules

I usually do this to check if I have a module:

perl -e 'use Module;'

If it complains, then you don't have it. That should work even on NT.

--
3dan