in reply to Re^3: Mail::Mailer on NT
in thread Mail::Mailer on NT

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re^5: Mail::Mailer on NT
by RazorbladeBidet (Friar) on Mar 08, 2005 at 16:37 UTC
    More information about this error may be available in the server error log.


    Can you check the error logs?
    --------------
    It's sad that a family can be torn apart by such a such a simple thing as a pack of wild dogs
      cant resolve the following erroes Premature end of script headers: d:/cgi-bin/mailsender.pl Can't locate object method "open" via package "C:/Program Files/Apache Group/Perl/site/lib/Mail/Mailer/sendmail.pm" (perhaps you forgot to load "C:/Program Files/Apache Group/Perl/site/lib/Mail/Mailer/sendmail.pm"?) at d:\cgi-bin\MAILSE~1.PL line 93.
        Sounds like you may not have installed the module properly. Activestate has an automated method of installing modules, check that out in their documentation.

        Also run your script from the command line first in some kind of test mode, rather than running through the browser and checking the logs. "Premature end of script headers" simply means the web server (apache probably) didn't recieve the correct http headers.

        P.S. My advice is to be patient, especially on perlmonks.org. You will only offend monks by trying to get a quick response. Patience is a virtue with coding IMO. :)
        Can you post the code you are using, please?
        --------------
        It's sad that a family can be torn apart by such a such a simple thing as a pack of wild dogs