Re: still needing help

2003-02-01 Thread R. Joseph Newton
Todd W wrote: > here is a section of the html 4 spec: > http://www.w3.org/TR/html4/appendix/notes.html#ampersands-in-uris ... > The current version of CGI.pm uses: > > my(@pairs) = split(/[&;]/,$tosplit); ... Thanks, Todd, This is like gold. Joseph -- To unsubscribe, e-mail: [EMAIL PROTE

Re: still needing help

2003-01-31 Thread Todd W
"Paul Johnson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Thu, Jan 30, 2003 at 03:25:00PM -0700, Westgate, Jared wrote: > > > Warning: opinionated text follows, so please don't take offense :) > > I didn't see anything from which anyone should take any o

Re: still needing help

2003-01-31 Thread Rob Dixon
"R. Joseph Newton" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Ron Geringer wrote: > > > This is your script - which I put in the cgi-bin > > > > /usr/bin/perl > > No, it is not. His script had a script header of: > > #!/usr/bin/perl > > Which is a comment

RE: still needing help

2003-01-30 Thread Ron Geringer
the confusion. ron -Original Message- From: R. Joseph Newton [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 11:58 PM To: Ron Geringer Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: still needing help Ron Geringer wrote: > This is your script - which I put in the cg

Re: still needing help

2003-01-30 Thread R. Joseph Newton
Ron Geringer wrote: > This is your script - which I put in the cgi-bin > > /usr/bin/perl No, it is not. His script had a script header of: #!/usr/bin/perl Which is a comment only on a Windows machine. On a Linux box, it is a critical direction to the OS as to how to process the rest of the f

RE: still needing help

2003-01-30 Thread Jenda Krynicky
From: "Westgate, Jared" <[EMAIL PROTECTED]> > In fact, I occasionally find myself frustrated with the brevity of > many responses to people's questions. I think a lot of people are > using this list to learn, not just to be told what to do. I'm not > saying to write a novel out of each response,

Re: still needing help

2003-01-30 Thread Paul Johnson
On Thu, Jan 30, 2003 at 03:25:00PM -0700, Westgate, Jared wrote: > Warning: opinionated text follows, so please don't take offense :) I didn't see anything from which anyone should take any offence, unless you were talking about the length of your lines :-) > In fact, I occasionally find myself

RE: still needing help

2003-01-30 Thread Westgate, Jared
Warning: opinionated text follows, so please don't take offense :) > > whatever it gets text where it needs to go... and if > all you need is > > text the form parser below is fine.. also...if your not offering any > > real help...maybe you can keep your comments to yourself :) > > I hate p

Re: still needing help

2003-01-30 Thread Todd W
"Jdavis" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > whatever it gets text where it needs to go... and if all you need is > text the form parser below is fine.. also...if your not offering any > real help...maybe you can keep your comments to yourself :)

Re: still needing help

2003-01-30 Thread jdavis
whatever it gets text where it needs to go... and if all you need is text the form parser below is fine.. also...if your not offering any real help...maybe you can keep your comments to yourself :) I hate people who answer questions with no or you cant do that or the like..it freakin lame...may

still needing help

2003-01-30 Thread Ron Geringer
JD: Thanks - really appreciate the help. Some of this looks like I can maybe translate it. Couple of questions though. I set up an html doc (see below) and took input called email and ip and posted it to the name of the cgi form (testxx.pl). I also changed your email address to mine (just cut and

Re: still needing help

2003-01-30 Thread Todd W
"Jdavis" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > i have not been following this thread...but it appears as if you just > want a generic cgi scrip to work...I like to use &ReadParse for > most of my easy cgi interactions ...heer is a example.. > Do no

Re: still needing help

2003-01-29 Thread jdavis
i have not been following this thread...but it appears as if you just want a generic cgi scrip to work...I like to use &ReadParse for most of my easy cgi interactions ...heer is a example.. if you had a form varable like so you could use ReadParse like this... #!/usr/bin/perl &ReadParse;

still needing help

2003-01-29 Thread Ron Geringer
Here is the script from my linux box. I'm running it pretty much the way I took it off the web except I changed the reply-to my email and put the "\" before the "@". I've named the script "test.cgi" and put it in my cgi-bin directory on the linux box. The html document is in the www/html director