in reply to Command line option to list all modules?
I don't think perl will tell you which modules you have available, however, using what you get with 'perl -V', you can look in @INC and see what modules are located there. This will give you some idea of that person has on that machine. Either this, or you can try using a module in a test script to see if it is there.
Bucket