Hey all,
After getting an error in the perl-enabled zone.exe:
Quote:
[Status] Loading embedded perl
[Status] Error initializing perlembed: failed to install plugin printhook, do yo
u lack IO::Scalar?
[Status] Fatal error initializing perl: failed to install plugin printhook, do y
ou lack IO::Scalar?
|
I did a search here and found this post.
So, I found nmake and installed it in the Perl/bin folder and followed the commands in this post for installing IO::Scaler and got this:
Quote:
D:\Perl\bin>perl -mcpan -e shell
D:\Perl\bin>install IO:Scaler
'install' is not recognized as an internal or external command,
operable program or batch file.
|
Any suggestions about what I should change here or ideas about what I'm doing wrong? Thanks....