in reply to Installing perl module

The error is telling you that you need the compiler that built perl in order to build these particular modules. Do you have access to the cl compiler?

That being said, my exposure to windows is very limited (by choice!) but I don't think either one of these modules is going to work very well on a windows box. The Expect documentation mentions that it will only work under cygwin (and from your need for cl, I'd guess you're not running under cygwin).

-derby