Thursday, October 1, 2015

How to install any Perl module on Windows Active Perl

How to install any Perl module on Windows Active Perl

Here below is the steps.

  1. Go to Command Prompt - Press Windows + r keys and type cmd on the prompt.
  2. Simply type the below line
  3. ppm install <module_name>
Here is an example with an image.
In the example below I'm installing Win32:FileOp module.
install perl module on windows
install perl module on windows

No comments:

Post a Comment