in reply to Checking for modules

There are lots of ways to do it, but one quick way would be:

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