Tagged Questions

1
vote
8answers
965 views

Parsing multiline data in Perl

I have some data that I need to analyze. The data is multilined and each block is separated by a newline. So, it is something like this Property 1: 1234 Property 2: 34546 Property 3: ACBGD Property ...