Uri Guttman writes:
> On 02/14/2016 01:09 AM, Uri Guttman wrote:
>> On 02/13/2016 02:07 PM, lee wrote:
>>> Brock Wilcox writes:
>>>
Greetings!
Could you give an example of these warnings, and even better some
minimal
code that generates them?
>>> Something like this give
On 02/14/2016 01:09 AM, Uri Guttman wrote:
On 02/13/2016 02:07 PM, lee wrote:
Brock Wilcox writes:
Greetings!
Could you give an example of these warnings, and even better some
minimal
code that generates them?
Something like this gives you warnings in apaches error.log:
#!/usr/bin/perl
On 02/13/2016 02:07 PM, lee wrote:
Brock Wilcox writes:
Greetings!
Could you give an example of these warnings, and even better some minimal
code that generates them?
Something like this gives you warnings in apaches error.log:
#!/usr/bin/perl
#
use strict;
use warnings;
use autodie;
use
Nathan Hilterbrand writes:
> On 02/13/2016 07:33 AM, lee wrote:
>> Hi,
>>
>> is there a way to disable the annoying warnings about carp and cgi which
>> cgi programs write to the web-server's log file in a general way rather
>> than per program? Same goes for smartmatch warnings.
>>
>> The log f
Brock Wilcox writes:
> Greetings!
>
> Could you give an example of these warnings, and even better some minimal
> code that generates them?
Something like this gives you warnings in apaches error.log:
#!/usr/bin/perl
#
use strict;
use warnings;
use autodie;
use CGI;# q
On 02/13/2016 07:33 AM, lee wrote:
Hi,
is there a way to disable the annoying warnings about carp and cgi which
cgi programs write to the web-server's log file in a general way rather
than per program? Same goes for smartmatch warnings.
The log file is overloaded with these useless messages,
Greetings!
Could you give an example of these warnings, and even better some minimal
code that generates them?
Thanks,
--Brock
On Feb 13, 2016 8:19 AM, "lee" wrote:
> Hi,
>
> is there a way to disable the annoying warnings about carp and cgi which
> cgi programs write to the web-server's log fi