Reputation: 143
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.
Upvotes: 0
Views: 294
Reputation: 2353
cpan
is just not in your environment, see that answer: https://stackoverflow.com/a/4493004/1102638
Upvotes: 1