Re: Assistance needed with script.......

2005-09-19 Thread John Doe
Bryan Jones am Sonntag, 18. September 2005 23.46: > That worked well - Thanks. Could you assist me into understanding what > exactly that has done. > > if ( /^\s+Device Capacity/ ) {<-- I understand this, this is a normal > regex search. > local $/ = '}'; <-- I unde

Re: Assistance needed with script.......

2005-09-18 Thread Bryan Jones
That worked well - Thanks. Could you assist me into understanding what exactly that has done. if ( /^\s+Device Capacity/ ) {<-- I understand this, this is a normal regex search. local $/ = '}'; <-- I understand this line, it makes the $INPUT_RECORD_SEPARATOR loc

Re: Assistance needed with script.......

2005-09-17 Thread John W. Krahn
Bryan Jones wrote: > Hello all, Hello, > I am somewhat new to perl. I have tried to read everything that I can. I > have a somewhat simple script, so might think. I have attached the script > and the file that I am reading to gather the data. I am trying to parse > this file to gather informa