diamondsandperls has asked for the wisdom of the Perl Monks concerning the following question:
I have a variable that has many instances of stored data in it like the below..the beginning is storeId of each data entry the variable has and an ending of end I have many instances but only want to display the matches and the full data snapshot if criteria in the middle is matched then print the variable.
storeId = 111
a bunch of randomness
mysearch string criteria i want to match and only print this subset data instead of other instances
more randomness
end
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: General Question on parsing a variable
by moritz (Cardinal) on Feb 06, 2013 at 20:56 UTC | |
|
Re: General Question on parsing a variable
by Athanasius (Archbishop) on Feb 07, 2013 at 05:43 UTC | |
by diamondsandperls (Beadle) on Feb 07, 2013 at 16:06 UTC | |
by Athanasius (Archbishop) on Feb 07, 2013 at 16:55 UTC | |
|
Re: General Question on parsing a variable (what)
by Anonymous Monk on Feb 07, 2013 at 08:27 UTC |