
keith73
Novice
Jul 7, 2000, 9:43 AM
Post #2 of 3
(368 views)
|
It is a module that if it isn't pre-installed you would have to install it. Have you run a debugger on it? What error message does that return? If you put this line: use MIME::LITE; in the beginning of your code, and you get an error saying that it can not find it in @INC, then it is not installed, if you don't get that error, then you have it installed, and you are having the same problems I am. - keith
|