in reply to Problem installing MIME::Base64

Could you please paste the exact error message? Error messages I get are like Can't locate some/Mod.pm in @INC... and yours is a little different. Also, your message says it cannot find Base64.pm when it probably should say MIME/Base64.pm. How are you including the module in your script? use MIME::Base64;?