in reply to extract range from array of data
Use the flip-flop operator:
@d = grep{ /^start$/ .. /^end$/ } <hFile>;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: extract range from array of data
by QuillMeantTen (Friar) on Dec 26, 2015 at 12:45 UTC | |
|
Re^2: extract range from array of data
by theleftright (Novice) on Dec 26, 2015 at 13:06 UTC |