On Wed, 8 Jan 2003 08:41:06 -0500, "Paul Kraus" <[EMAIL PROTECTED]> wrote:
> That was it!!! Thanks.
>
Glad to hear it.
> I still get an error when trying to use the -wT
>
> Do I have to add them to the command line call in the virtual director
rce.
> >
> > Where getting closer :)
> >
> > FYI I tried directing this to the cgi list but its seems to be very low
> > traffic. 4 messages in two days.
> >
> > > -Original Message-
> > > From: R. Joseph Newton [mailto:[EMAIL PROTECTED]]
&g
Wednesday, January 08, 2003 8:42 AM
> To: Paul Kraus
> Cc: 'Perl'
> Subject: RE: Cgi Win xp Perl
>
>
> I believe in the new example the browser is not passing the
> form to any server because it is not a relative path, nor
> does it begin with a protocol specifier,
list but its seems to be very low
> traffic. 4 messages in two days.
>
> > -Original Message-
> > From: R. Joseph Newton [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, January 07, 2003 10:46 PM
> > To: Paul Kraus
> > Cc: [EMAIL PROTECTED]; Perl
> > Subjec
ROTECTED]; Perl
> Subject: Re: Cgi Win xp Perl
>
>
> Hi Paul,
>
> Did you set up IIS for the virtual directory? You need top
> add a virtual directory for each location you'll be serving
> these scripts up from. File-system opening will not work as
> it does with
yes I use post.
> -Original Message-
> From: R. Joseph Newton [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 07, 2003 10:01 PM
> To: Paul Kraus
> Cc: 'Ken Lehman'; 'Perl'
> Subject: Re: Cgi Win xp Perl
>
>
> Do you have method=POST
IN LINE.
FYI there are two identical scripts. count.pl and count.cgi.
> let me get that straight:
> if the script has a .pl extension, your browser tries to
> download it even
> with the '?whatever' portion append at the end
No. If enter the script into the browser window as follows th
R. Joseph Newton said:
> The ActiveState installation on Windows totally ignores the Unix command,
> treeating it as a comment.
Are you sure about that? I would have expected it to parse and honour the
switches, as happens for Unix, but since I don't use ActivePerl I may be
mistaken.
> Ken Leh
-Original Message-
> > From: david [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, January 07, 2003 4:49 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: Cgi Win xp Perl
> >
> >
> > Paul Kraus wrote:
> >
> > > same issues. If it's a pl file
ay, January 07, 2003 3:11 PM
> To: 'Ken Lehman'; 'Perl'
> Subject: RE: Cgi Win xp Perl
>
> It still just displays the contents of my script rather then running it.
>
> Do I need to some how associate .cgi with Perl?
>
> > -Original Message-
>
> > From: Ken Lehman [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, January 07, 2003 3:12 PM
> > To: 'Paul Kraus'; Perl
> > Subject: RE: Cgi Win xp Perl
> >
> >
> > Try putting the -T after the -w at the top of your perl
> > script, make sur
indows with just its name like:
c:\whatever>your_script.pl
or:
c:\whatever>your_script.cgi
both runs fine. correct?
david
>
>> -Original Message-
>> From: david [mailto:[EMAIL PROTECTED]]
>> Sent: Tuesday, January 07, 2003 4:49 PM
>> To: [EMAIL PRO
D]]
> Sent: Tuesday, January 07, 2003 4:49 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Cgi Win xp Perl
>
>
> Paul Kraus wrote:
>
> > same issues. If it's a pl file it tries to download. If its
> .cgi then
> > it just displays my code.
> >
>
> what
Paul Kraus wrote:
> same issues. If it's a pl file it tries to download. If its .cgi then it
> just displays my code.
>
what happen if you type your cgi_script.pl in the DOS prompt? does Windos
complain about not able to execute the script? if so, Windos(as well as
IIS) probably doesn't know h
PROTECTED]
Subject: RE: Cgi Win xp Perl
same issues. If it's a pl file it tries to download. If its .cgi then it
just displays my code.
> -Original Message-
> From: david [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 07, 2003 4:39 PM
> To: [EMAIL PROTECTED]
> Sub
same issues. If it's a pl file it tries to download. If its .cgi then it
just displays my code.
> -Original Message-
> From: david [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 07, 2003 4:39 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Cgi Win xp Perl
>
Paul Kraus wrote:
> It still just displays the contents of my script rather then running it.
>
have you try the '?' trick? if no, try something like:
http://your.server/your.cgi-bin/your_script.pl?whatever
the '?whatever' portion might give enough a hint to IIS that the request is
a CGI reque
NP Thanks anyways The cgi mailing list is where?
> -Original Message-
> From: Ken Lehman [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 07, 2003 3:30 PM
> To: 'Paul Kraus'; 'Perl'
> Subject: RE: Cgi Win xp Perl
>
>
> Is this path
cgi mailing list.
-Ken
-Original Message-
From: Paul Kraus [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 07, 2003 3:11 PM
To: 'Ken Lehman'; 'Perl'
Subject: RE: Cgi Win xp Perl
It still just displays the contents of my script rather then running it.
Do I need to some
It still just displays the contents of my script rather then running it.
Do I need to some how associate .cgi with Perl?
> -Original Message-
> From: Ken Lehman [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 07, 2003 3:12 PM
> To: 'Paul Kraus'; Perl
> Sub
s [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 07, 2003 3:02 PM
To: Perl
Subject: Cgi Win xp Perl
I am running on a windows xp pro desktop with iis installed. I have
active state Perl installed and have been using it with out a problem. I
just started to play with cgi and I am having a lot of p
Correction inline
> -Original Message-
> From: Paul Kraus [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 07, 2003 3:02 PM
> To: Perl
> Subject: Cgi Win xp Perl
>
>
> I am running on a windows xp pro desktop with iis installed.
> I have active st
I am running on a windows xp pro desktop with iis installed. I have
active state Perl installed and have been using it with out a problem. I
just started to play with cgi and I am having a lot of problems getting
it to work right. I have a static html form that's action calls the
following script.
23 matches
Mail list logo