Wednesday, November 27, 2013

How to install module in Strawberry perl. 



Before installing module we need to install CPAN.


Note : After installing Stawberry perl we need to reboot our system . Sometimes you cannot run perl scripts from anywhere using command prompt.

Also When i tries to install CPAN using the below command

cpan App::cpanminus

It gets failed.

C:\Perl\site\bin\dmake.exe -- NOT OK    
CPAN: YAML::XS loaded ok (v0.35)
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible


Resolution:  Restart the system once your Strawberry perl got installed.