Re: Use of uninitialized value in string eq atI:\Inetpub\wwwroot\PL1\cgi-bin\members_admin.pl line 66.

2001-05-17 Thread bmccoy
On Thu, 17 May 2001, Davidhayesmoats wrote: > I have a perl script running and i keep getting this error message: > Use of uninitialized value in string eq at >I:\Inetpub\wwwroot\PL1\cgi-bin\members_admin.pl line 66. > > The code from that area is: > > # decide task according to mode > > if ($mo

Re: Cannot detect environment variables

2001-06-10 Thread bmccoy
On Sun, 10 Jun 2001, George Petri wrote: > Then I did this (in Bash, Linux-Mandrake 7.2): > > MYVARIABLE=astring > perl -e 'print $ENV{MYVARIABLE}, "\n";' > > It spits out nothing...why doesn't PERL detect any of my environment > variables? This is critical in some CGI programs that

Re: CGI parser and stuff

2001-06-10 Thread bmccoy
On Sun, 10 Jun 2001, Burt Humburg wrote: > Just installed Perl on a Linux box yesterday and I'm eager to get started... > > Is there a shareware/freeware Perl development environment? (As in comments > are this color, constants are that color, a real-time debugger, etc?) If you are using Linux,

Re: CGI parser and stuff

2001-06-10 Thread bmccoy
On Sun, 10 Jun 2001, Bruno Veldeman wrote: > > Is there a shareware/freeware Perl development environment? (As in > comments > > are this color, constants are that color, a real-time debugger, etc?) > > I use midnight commander. > > Does syntax highlighting. > > On a RH Linux install it starts wi

Re: CGI parser and stuff

2001-06-10 Thread bmccoy
On Sun, 10 Jun 2001, Bruno Veldeman wrote: > I normaly open 3 to 5 tty's with mc in them so I can cut and paste > between the files with ctrl-insert and shift-insert. The sixth tty I > use for running the scripts (and get blown away by endless errors and > warnings) :-) This is the closest I got