Re: reading shell variables [Was all confused about a hash]

2004-02-21 Thread Kenton Brede
On Sun, Feb 22, 2004 at 12:30:14AM +, RichT ([EMAIL PROTECTED]) wrote: > My next question is, how can i read in variables from the shell? > > im using Solaris / ksh You can access environment variables though the %ENV hash. I've listed a couple standard ways to do so below. If you are c

reading shell variables [Was all confused about a hash]

2004-02-21 Thread RichT
> >>Use of uninitialized value at ./poller.cfg.search.pl line 22, chunk 5. >> which is happening on the last line of each section which is "[TAB] } \n" or after >> i have " s/["}{]//g; " i guess it would be "[TAB] /n" >>how can ignore this last line? Ok i figgered it out... the problem was th