From: jmurray (jmurray@centenary.edu)
Date: Tue Mar 19 2002 - 13:28:08 CST
I am getting an error in my httpd error_log file since upgrading to RedHat 7.2
The error is makes it so that the register.cgi is broken (and students cannot
register. This is the error:
Can't use an undefined value as a symbol reference at
/usr/lib/perl5/site_perl/5.6.0/Mail/POP3Client.pm line 815.
[Tue Mar 19 13:30:13 2002] [error] [client 192.168.0.94] Premature end of
script headers: /home/httpd/cgi-bin/register.cgi
Here is the offending code in my POP3CLient.pm:
sub _sockprint
{
my $me = shift;
my $s = $me->Socket();
$me->Debug and carp "POP3 -> ", @_;
my $outline = "@_";
chomp $outline;
push(@{$me->{tranlog}}, $outline);
line 815 --> print $s @_;
}
Any ideas on what I can do here?
**********************************************************************
To unsubscribe from this list, send an e-mail message to
majordomo@southwestern.edu containing a single line with the words:
unsubscribe netreg
Send requests for assistance to: owner-netreg@southwestern.edu
**********************************************************************
This archive was generated by hypermail 2.1.4 : Thu Aug 12 2004 - 12:01:36 CDT