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
"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
"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
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
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
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,
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
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
"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 :)
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
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
"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
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;
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
14 matches
Mail list logo