in reply to Perl Modules in Windows problem

Using ppm I can find the Mail::Sender module in a local repository
According to your log you were not searching locally but on the net (ppm install starts a search on the network if it doesnt find the module locally).
To list local perl installed modules you should use the "ppm query"
Try as well "ppm help"
Ciao!
Davide.