On Thu, 26 Aug 2004, Dimitra Atri wrote:
I am facing a problem related to cgi scripting. Kindly
let me know the solution to it or please refer to some
website so that I can resolve it.
PROBLEM: How to run a .exe file though cgi script?
DESCRIPTION: I have an executable file which I intend
to put on
Dimitra,
Generally, the CGI script has to have permissions to run the
executable. The executable has to be supplied input, typically from a
command line input (via system call) or from a file written to disk and
read by the executable (or piped, etc.). The output of the executable
needs to be
Hi Jane,
Sun, Jian wrote on 29.07.2004:
>Dear Beginner-cgi:
>I used a CGI program to load a HTML form page as shown below,
>After I filled the form and submit, the results is just attached to
>the initiated form page when it leads to the new webpage. My
>question is: how can I load to a new HTML
On Friday, Sep 12, 2003, at 00:47 US/Pacific, [EMAIL PROTECTED]
wrote:
Sergey,
ah, I see, you are new to the Ungainly Art, of not
only programming, which you are doing well in, but
the more Arcane art of Daemonology. So bear with me
while I try to write some 'back and fill' here.
A part of the p
On Wednesday, Sep 10, 2003, at 07:52 US/Pacific,
[EMAIL PROTECTED] wrote:
[..]
The point is if I comment the line 'use IO::Socket;' both programs work
fine.
If I use this statement - 'server.pl' fails to work with PID.
[..]
the is a big difference between 'server.pl' and
'/usr/sites/test/vcgi/ser
Mark,
Please give us some code. Since "There is more than one way to do
it" (TIMTOWTDI) I have no idea how you are 'calling' a program in the
cgi-bin directory.
Thanks
Kristofer
P.S. If you coult post the 'program' as well that'd be nice.
--- mark sony <[EMAIL PROTECTED]> wrote:
> Hi
> I h
On Thu, 3 Oct 2002 at 08:52, zentara opined:
z:On Thu, 03 Oct 2002 07:34:13 -0400, [EMAIL PROTECTED] (Zentara)
z:wrote:
z:
z:Oops, keep forgetting the header. :-) The following will
z:send the form variables back to the browser.
z:
z:>###
z:>#!
On Thu, 03 Oct 2002 07:34:13 -0400, [EMAIL PROTECTED] (Zentara)
wrote:
Oops, keep forgetting the header. :-) The following will
send the form variables back to the browser.
>###
>#!/usr/bin/perl
>use warnings;
>use strict;
>use CGI;
>my $cgi=
On Wed, 2 Oct 2002 07:43:58 -0700 (PDT), [EMAIL PROTECTED] (Yahaya
Mohammed) wrote:
> Note: forwarded message attached.
Your method of forwarding attached messages makes it difficult to
cut-n-paste comments in. In the future, put the message in the
message body .
Anyways, since you are just le