0

I am trying to install perl modules. When I type in the command

cpan ABC::XYZ (some module)

I am getting the error

"'cpan' is not recognised as an internal or external command o,operable program or batch file".

How can I correct this?

I am using windows 7 system.

Vadim Pushtaev
  • 2,332
  • 18
  • 32
Maximus
  • 143
  • 3
  • 12

1 Answers1

1

cpan is just not in your environment, see that answer: https://stackoverflow.com/a/4493004/1102638

Community
  • 1
  • 1
Vadim Pushtaev
  • 2,332
  • 18
  • 32