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.
  1. Determine which version of Perl you are using by running the
    perl -v
    command.
    • 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
  2. Run the following command to install
    UUID
    .
    C:>ppm install UUID
  3. Run the following command to install
    Data::Dump
    .
    C:>ppm install Data-Dump