Re: Global Variables

2001-11-01 Thread Eric Pretorious
On Thu, 1 Nov 2001 [EMAIL PROTECTED] wrote: > Need some help. > > I think that I need to be using global variables. Unless Someone has a> > better solution. > > What I am trying to do is. I want to set a variable for such things as > > FONT_COLOR=00 > BACKGROUND_COLOR=55 >

Global Variables

2001-11-01 Thread jason
Need some help. I think that I need to be using global variables. Unless Someone has a> better solution. What I am trying to do is. I want to set a variable for such things as FONT_COLOR=00 BACKGROUND_COLOR=55 For example: So that I do not have to go through every file

RE: Debugging tips: Re: Cookies stopped working

2001-11-01 Thread Kirk W. Batzer
Hello, I want to thank all who responded. It appears I need to bush up on my perl-CGI skills and cookies. The problem I thought I was having was not creating the cookie. However, after more investigation, I found I wasn't reading the browser cookies that were previously created. Apparently th

Problem with soft line break

2001-11-01 Thread Rene Verharen
Hi, I found on the web a script that acts like a simple listserver. I modified this script so there is now a sort of archive of the posted messages. All works fine, except that the soft line breaks appear like =20 on my browsers (IE 5 and Netscape 4.7). The hard returns are OK. Before I

Weekly list FAQ posting

2001-11-01 Thread casey
NAME beginners-faq - FAQ for the beginners-cgi mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your email addr

RE: CGI.pm popup_menu

2001-11-01 Thread Bob Showalter
> -Original Message- > From: Geraint Jones [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 01, 2001 9:49 AM > To: CGI Beginners > Subject: Re: CGI.pm popup_menu > > ... > Here's the code I ran: [ snip correct code, different from previously posted incorrect code ] sigh. -- To u

Re: CGI.pm popup_menu

2001-11-01 Thread Geraint Jones
> > You shouldn't use quotes - instead use apostrophe's, there is > > probably a > > reason why, but I can't remember. > > That's because there is no reason. The double quotes are fine, > and are not related to the problem in any way. OK. It's probably because every example I've seen uses apostro

RE: CGI.pm popup_menu

2001-11-01 Thread Bob Showalter
> -Original Message- > From: Gerry Jones [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 01, 2001 5:11 AM > To: CGI Beginners > Subject: Re: CGI.pm popup_menu > > > On Thursday 01 November 2001 02:06, you wrote: > > I am attempting to use the DEFAULT parameter within a > popup_men

RE: Auto-initialising a client-side download

2001-11-01 Thread Bob Showalter
> -Original Message- > From: Shannon Murdoch [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 01, 2001 2:29 AM > To: [EMAIL PROTECTED] > Subject: Re: Auto-initialising a client-side download > > ... > I changed the header type to application/vnd.ms-excel which > auto-saves the > fil

RE: CGI.pm popup_menu

2001-11-01 Thread Bob Showalter
> -Original Message- > From: Alan F Larimer Jr [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 31, 2001 9:07 PM > To: [EMAIL PROTECTED] > Subject: CGI.pm popup_menu > > > I am attempting to use the DEFAULT parameter within a > popup_menu to set the > displayed value to what I want

Re: Perl editor

2001-11-01 Thread Lance Keay
Textpad rocks. AND you can customize the synonym files to suit your preferences - Original Message - From: "Jan Kirchhoff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 01, 2001 1:46 PM Subject: Re: Perl editor > Hi, > > Fliptop wrote: > > i hope i'm not goin

Re: Beginner Question : IP ADDRESS

2001-11-01 Thread fliptop
Samuel Prakoso wrote: > > How to get user's IP Address in perl. > Thx before for the help print "$ENV{REMOTE_ADDR}"; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: CGI.pm popup_menu

2001-11-01 Thread Alan F Larimer Jr
--- Gerry Jones <[EMAIL PROTECTED]> wrote: > On Thursday 01 November 2001 02:06, you wrote: > > I am attempting to use the DEFAULT parameter within a popup_menu to set > the > > displayed value to what I want based on the passed parameters in the > URL. > > I am using Mozilla 0.9.4 on a Linux mach

Re: Perl editor

2001-11-01 Thread Jan Kirchhoff
Hi, Fliptop wrote: > i hope i'm not going to start a jihad here, but i prefer vi and vim. me,too, but the windows port of vim is not the best (imho, or am I just too used to the shell?), so I'm using Notetab(.com i think) under windows, hth, Jan -- 'use strict' is my sensai -- To unsubscrib

RE: System Health Checks...

2001-11-01 Thread Jan Kirchhoff
Hi, > So I have a bunch of systems in my network that require a monitoring > system to > test if network connectivity is there (sound familiar anyone?). So, rather > than ever heard of snmp? google! hth, Jan -- 'use strict' is my sensai -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Beginner Question : IP ADDRESS

2001-11-01 Thread Samuel Prakoso
How to get user's IP Address in perl. Thx before for the help Regards, Samuel -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: CGI.pm popup_menu

2001-11-01 Thread Gerry Jones
On Thursday 01 November 2001 02:06, you wrote: > I am attempting to use the DEFAULT parameter within a popup_menu to set the > displayed value to what I want based on the passed parameters in the URL. > I am using Mozilla 0.9.4 on a Linux machine, and hope that isn't the reason > I'm not seing wha

Re: script not running

2001-11-01 Thread Jan Kirchhoff
Hi, > (2)file or driectory not found: exec of /var/www/html/cgi-bin/ping012 > failed Premature end of script headers: /var/www/html/cgi-bin/ping012 the script looks quite ok, but have you set the perl-directory correctly? And is the script executable? Try running it not like perl