Steven,

What Gregory says is correct you need to have the Net::SMTP module loaded
for your scripts to work.  Go to www.cpan.org and find the Net::SMTP module,
get it installed on your new server and the scripts should start to work
again.

One thing though Net::SMTP is part of libnet which is included in the more
recent releases of ActiveState perl.  You may be able to solve you problem
by putting a more up to date version on your system.  Of course this may
introduce other problems but as your server is currently not functioning
this may not be a big problem anyway..


trevor

> -----Original Message-----
> From: Steven Rowlandson [mailto:[EMAIL PROTECTED]]
> Sent: 30 November 2000 05:53
> To: [EMAIL PROTECTED]
> Subject: Perl Send Mail
> 
> 
> excuse this if is a stooopid question but my per  skills are very
> limited
> 
> History is i move our sites rom one www server to another, 
> both running
> IIS 4.0 on Winnt4.0 server. Both running
> ActivePerl-5.6.0.618-MSWin32-x86-multi-thread.msi
> 
> 
> 
> 
> 
> giving this error
> 
> CGI Error
> The specified CGI application misbehaved by not returning a 
> complete set
> of HTTP headers. The headers it did return are:
> 
> 
> Can't locate Net/SMTP.pm in @INC (@INC contains: C:/Perl/lib
> C:/Perl/site/lib .) at d:\inetpub\wwwroot\cgi-bin\formmail.pl line 18.
> BEGIN failed--compilation aborted at
> d:\inetpub\wwwroot\cgi-bin\formmail.pl line 18.
> 
> Line 18 contains
> 
> use Net::SMTP;
> 
> 
> 
> Any help would be appreciated
> _______________________________________________
> Perl-Win32-Web mailing list
> [EMAIL PROTECTED]
> http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web
> 
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to