Re: Analyzing a form

2002-09-02 Thread Exile
> I have a form with 7 fields, each having it's own dropdown menu. > The fields are: > option1: (1, 2) > option2: (1, 2) > option3: (1, 2) > > option4: (Yes, No) > option4A: (1, 2) > > option5: (Yes, No) Suggest using 1, 0 instead for 1,2 for all the above. and default selected 0, then in you

Re: Open new window.

2002-08-26 Thread Exile
Perl don't handle this, but you can try : . ... Rgds, Connie - Original Message - From: "Mike(mickako)Blezien" <[EMAIL PROTECTED]> To: "Perl List" <[EMAIL PROTECTED]> Sent: Tuesday, August 27, 2002 2:48 AM Subject: Open new window. > Hello all, > > this maybe bit off

Capture IP

2001-06-05 Thread Exile
Hi all, Beside of $ENV{REMOTE_ADDR} , is there any other way to capture the users IP? I found that the user IP will vary by RELOAD from browser sometimes...

Re: CGI-BIN

2001-06-05 Thread Exile
case. Thank you very much Exile - Original Message - From: Gary Stainburn <[EMAIL PROTECTED]> To: Exile <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, June 05, 2001 5:40 PM Subject: Re: CGI-BIN > Hi, > > firstly, a couple of netiquet (I hate that word)

CGI-BIN

2001-06-05 Thread Exile
Hi All, I 've try to write some CGI scripts, however, I have to put my scripts in cgi-bin.. so... anybody tell me what is this? I mean anybody can tell me some concepts about redirect? My most problem is, I can't read write files in my home directory. The other case is , is that cgi-bin is

Binary data

2001-06-05 Thread Exile
Hi All, Would anybody tell me, if there is any canned script to receive binary data by form submition? with naming the file name assigned by a system gen. no.?