Re: carp and cgi warnings

2016-02-13 Thread Uri Guttman
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

Re: carp and cgi warnings

2016-02-13 Thread Uri Guttman
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

Re: display information on a web page and offer a file for download with the same page

2016-02-13 Thread Octavian Rasnita
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

Re: display information on a web page and offer a file for download with the same page

2016-02-13 Thread lee
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

Re: carp and cgi warnings

2016-02-13 Thread lee
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

Re: display information on a web page and offer a file for download with the same page

2016-02-13 Thread 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 we

Re: carp and cgi warnings

2016-02-13 Thread lee
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

Re: display information on a web page and offer a file for download with the same page

2016-02-13 Thread Octavian Rasnita
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

Re: carp and cgi warnings

2016-02-13 Thread Nathan Hilterbrand
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,

Re: carp and cgi warnings

2016-02-13 Thread Brock Wilcox
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

Re: display information on a web page and offer a file for download with the same page

2016-02-13 Thread Shlomi Fish
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

carp and cgi warnings

2016-02-13 Thread lee
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

display information on a web page and offer a file for download with the same page

2016-02-13 Thread 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 possible by sending