in reply to Re^2: Passing variables to function's hash.
in thread Passing variables to function's hash.

I installed MIME::Lite, took your code above, put in the missing "use MIME::Lite;" at the top, and ran it with perl 5.8.5. No compilation errors, no die's were triggered. Is this the exact piece of code that, by itself, is triggering the problem you're having?

Thanks,

  • Comment on Re^3: Passing variables to function's hash.

Replies are listed 'Best First'.
Re^4: Passing variables to function's hash.
by FrankRizzo (Acolyte) on Jan 19, 2005 at 03:58 UTC
    *sigh* Have you ever had it happen? You ask a question, and in the process of reading the responses the answer comes to you? Well, it happened to me. I pasted that code, and while reading the comments figured out that I was doing stupid things in my attempts to set up the fields. (And, in the process, pasted the WRONG code. I have 4 or 5 modules here, all with different e-mail libs, all failing for some different reason, and I picked the wrong one. But, thanks anyway guys! As it turned out, you helped more than you know! Frank

      For posterity's sake ... and for anyone using the supersearch function here ... mind going into a bit more details about what was wrong? :-)