On 25-Apr-05, at 10:06 AM, Jay Savage wrote:
On 4/25/05, Kevin Horton <[EMAIL PROTECTED]> wrote:
I'm trying to write a perl one-liner that will edit an iCalendar
format file to remove To Do items. The file contains several
thousand lines, and I need to remove several multi-line blocks. The
blocks
On 25-Apr-05, at 10:06 AM, Jay Savage wrote:
On 4/25/05, Kevin Horton <[EMAIL PROTECTED]> wrote:
I'm trying to write a perl one-liner that will edit an iCalendar
format file to remove To Do items. The file contains several
thousand lines, and I need to remove several multi-line blocks. The
blocks
> I'm trying to write a perl one-liner that will edit an iCalendar
> format file to remove To Do items. The file contains several
> thousand lines, and I need to remove several multi-line blocks. The
> blocks to remove start with a line "BEGIN:VTODO" (without the quotes)
> and end with a line "EN
On 4/25/05, Kevin Horton <[EMAIL PROTECTED]> wrote:
> I'm trying to write a perl one-liner that will edit an iCalendar
> format file to remove To Do items. The file contains several
> thousand lines, and I need to remove several multi-line blocks. The
> blocks to remove start with a line "BEGIN:V
Hi Kevin
just hints, no solution :-)
Am Montag, 25. April 2005 12.59 schrieb Kevin Horton:
> I'm trying to write a perl one-liner that will edit an iCalendar
> format file to remove To Do items. The file contains several
> thousand lines, and I need to remove several multi-line blocks. The
> bl