in reply to Re^8: Shorten a list...
in thread Shorten a list...
So in this case, I would be changing the file separator from defining a new paragraph with blank lines, to defining a new paragraph with ">Group". THen I need the script to print the paragraph if the paragraph is greater than 2 lines.
Is this along the right track?
local ($/, $\) = ('', ">Group");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Shorten a list...
by Cristoforo (Curate) on Oct 18, 2011 at 20:23 UTC |