in reply to Re: Can't seem to match from one varibale to next one.
in thread Can't seem to match from one varibale to next one.
Thanks Kenosis. This is great. On your solution how do i define other variables within the line though? Basically, I also wanted the capability to pull any portion of the line as a variable so that I can compare each variable seperately later on.
For ex: I want to define variable for ACTIVE ExecuteThread: and so forth as well. Do i do that as follows:
push @infos, $1, $2, $3, while $data =~ / \ (.+?) \ \s+ \ (.+?) \ ... and so forth
Does this makes sense? Hopefully, i am asking the right question. In any case, I have been helped tremendously already. Thanks,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Can't seem to match from one varibale to next one.
by Kenosis (Priest) on Sep 17, 2012 at 00:08 UTC |