Can't locate Data/Dumper.pm in @INC

If you see the above error anywhere, install Data/Dumper:

wget http://www.cpan.org/modules/by-module/Data/Data-Dumper-2.121.tar.gz
tar xvzf Data-Dumper-2.121.tar.gz
cd Data-Dumper-2.121
perl Makefile.PL
make
make install


Was this article helpful?

mood_bad Dislike 2
mood Like 0
visibility Views: 9539