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
From: "lee"
"Octavian Rasnita" writes:
From: "lee"
Hi,
how can I make it so that my cgi program displays information on a web
page it sends to a user's web browser /and/ then makes the browser's
download dialog-box come up to let the user download a file?
It seems that making the web br
Shlomi Fish writes:
> Hi lee,
>
> On Sat, 13 Feb 2016 14:17:54 +0100
> lee wrote:
>
>> Hi,
>>
>> how can I make it so that my cgi program displays information on a web
>> page it sends to a user's web browser /and/ then makes the browser's
>> download dialog-box come up to let the user download
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
"Octavian Rasnita" writes:
> From: "lee"
>
>> Hi,
>>
>> how can I make it so that my cgi program displays information on a web
>> page it sends to a user's web browser /and/ then makes the browser's
>> download dialog-box come up to let the user download a file?
>>
>> It seems that making the we
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
From: "lee"
Hi,
how can I make it so that my cgi program displays information on a web
page it sends to a user's web browser /and/ then makes the browser's
download dialog-box come up to let the user download a file?
It seems that making the web browser wanting to download a file is only
poss
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
Hi lee,
On Sat, 13 Feb 2016 14:17:54 +0100
lee wrote:
> Hi,
>
> how can I make it so that my cgi program displays information on a web
> page it sends to a user's web browser /and/ then makes the browser's
> download dialog-box come up to let the user download a file?
>
> It seems that making
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, which makes it
difficult to find actua
Hi,
how can I make it so that my cgi program displays information on a web
page it sends to a user's web browser /and/ then makes the browser's
download dialog-box come up to let the user download a file?
It seems that making the web browser wanting to download a file is only
possible by sending
13 matches
Mail list logo