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
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
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