Benjamin:

Please post messages to the list, not individual members.


On May 20, 2014, at 6:51 PM, Benjamin Fernandis <benjo11...@gmail.com> wrote:

> Hey Jim,
> 
> I tried to use while loop to read file line by line, but facing problem to 
> get exact phrase or a way to start reading from predefined partition name and 
> then fetch next coming rawuuid.
> 
> Thanks
> Ben

I would:

1. Read the file line-by-line.
2. Look for partition name and save in a variable
3. Look for rawuuid name and combine with previously saved partition name.
4. Repeat until no more lines to read.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to