Install Required Perl
Modules on a Windows System
If you are using a Windows system, you must
install the required Perl modules from the command prompt.
- Determine which version of Perl you are using by running theperl -vcommand.
- For version 5.6, type the following at the command prompt.C:\>ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/SOAP-Lite.ppd
- For version 5.8, type the following at the command prompt.C:\>ppm install http://theoryx5.uwinnipeg.ca/ppms/SOAP-Lite.ppd
- Run the following command to installUUID.C:>ppm install UUID
- Run the following command to installData::Dump.C:>ppm install Data-Dump