Getting a lot of errors when running Perl

 
Post new topic   Reply to topic    Aprelium Forum Index -> Perl
View previous topic :: View next topic  
Author Message
cmxflash
-


Joined: 11 Dec 2004
Posts: 872

PostPosted: Sun Feb 05, 2006 1:06 pm    Post subject: Getting a lot of errors when running Perl Reply with quote

I've just installed Perl on my laptop, and it works great. The thing is that a lot of error-messages shows up when I run CGI:IRC.

Quote:
cmx@debian:~$ sudo '/home/cmx/webserver/abyssws'
Abyss Web Server X1 (v 2.0.6)
Copyright (C) Aprelium Technologies - 2001-2005


-- Default host on port 80 is up and running (Local URL http://127.0.0.1)

Console local URL: http://127.0.0.1:9999

Subroutine AF_INET6 redefined at (eval 2) line 1.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in scalar assignment at nph-irc.cgi line 143.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in split at nph-irc.cgi line 924.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in length at nph-irc.cgi line 333.
Use of uninitialized value in substitution (s///) at ./interfaces/mozilla.pm line 221.
Use of uninitialized value in exists at ./interfaces/mozilla.pm line 222.
Use of uninitialized value in exists at ./interfaces/mozilla.pm line 223.
Use of uninitialized value in exists at ./interfaces/mozilla.pm line 224.

This is what I get when I connect to an IRC-server. If i chat for a while, I'll get a lot more.



CGI:IRC works without a problem.
Anyway, is there any way of making Perl not display all those errors?
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sun Feb 05, 2006 3:15 pm    Post subject: Re: Getting a lot of errors when running Perl Reply with quote

cmxflash wrote:
Anyway, is there any way of making Perl not display all those errors?

If no CGI Error log file is defined, errors are sent to the standard error output (which is the terminal screen on Linux). So we recommend defining a CGI Error log file to have the errors go there.
If you want the error to be ignored but not displayed on the screen, set the CGI Error log file to the special file /dev/nul .
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
cmxflash
-


Joined: 11 Dec 2004
Posts: 872

PostPosted: Sun Feb 05, 2006 4:20 pm    Post subject: Re: Getting a lot of errors when running Perl Reply with quote

aprelium wrote:
cmxflash wrote:
Anyway, is there any way of making Perl not display all those errors?

If no CGI Error log file is defined, errors are sent to the standard error output (which is the terminal screen on Linux). So we recommend defining a CGI Error log file to have the errors go there.
If you want the error to be ignored but not displayed on the screen, set the CGI Error log file to the special file /dev/nul .


Thanks. I forgot about /dev/null. Works fine now.
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Perl All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group