in reply to Checking for modules
perl -MData::Dumper -e ''
Data::Dumper being the module checked for in this case. That should work in UNIX, and at least works on Win ME from a DOS prompt, as well.
- Matt Riffle