BEGIN { # Netscape, Roxen and Apache 2.0.something do not like warnings... if (defined $ENV{SERVER_SOFTWARE} && $ENV{SERVER_SOFTWARE} =~ m{(netscape|roxen|apache/2\.0)}i ) { open(STDERR, ">>/tmp/we_redisys_stderr.log"); print STDERR "--- Begin at @{[ scalar localtime ]} ---\n"; } else { $^W = 1; } }