RE: Cgi Win xp Perl

2003-01-08 Thread wiggins
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

Re: Cgi Win xp Perl

2003-01-08 Thread R. Joseph Newton
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

RE: Cgi Win xp Perl

2003-01-08 Thread Paul Kraus
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,

RE: Cgi Win xp Perl

2003-01-08 Thread wiggins
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

RE: Cgi Win xp Perl

2003-01-08 Thread Paul Kraus
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

RE: Cgi Win xp Perl

2003-01-08 Thread Paul Kraus
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

RE: Cgi Win xp Perl

2003-01-08 Thread Paul Kraus
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

Re: Cgi Win xp Perl

2003-01-08 Thread Paul Johnson
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

Re: Cgi Win xp Perl

2003-01-07 Thread R. Joseph Newton
-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

Re: Cgi Win xp Perl

2003-01-07 Thread R. Joseph Newton
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- >

Re: Cgi Win xp Perl

2003-01-07 Thread R. Joseph Newton
> > 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

RE: Cgi Win xp Perl

2003-01-07 Thread david
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

RE: Cgi Win xp Perl

2003-01-07 Thread Paul Kraus
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

RE: Cgi Win xp Perl

2003-01-07 Thread david
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

RE: Cgi Win xp Perl

2003-01-07 Thread Tucker, Ernie
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

RE: Cgi Win xp Perl

2003-01-07 Thread Paul Kraus
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 >

RE: Cgi Win xp Perl

2003-01-07 Thread david
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

RE: Cgi Win xp Perl

2003-01-07 Thread Paul Kraus
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

RE: Cgi Win xp Perl

2003-01-07 Thread Ken Lehman
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

RE: Cgi Win xp Perl

2003-01-07 Thread Paul Kraus
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

RE: Cgi Win xp Perl

2003-01-07 Thread Ken Lehman
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

RE: Cgi Win xp Perl

2003-01-07 Thread Paul Kraus
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

Cgi Win xp Perl

2003-01-07 Thread Paul Kraus
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.