in reply to How to approach this?
This method only works as a quick hack, and assumes a very specific format for its input. --Davemy $seen_Fstrik_yes = 0; while (<>) { if ($seen_Fstrik_yes && /<String '.*?'>) { $seen_Fstrik_yes = 0; } else { print; $seen_Fstrik_yes |= /<FStrik Yes>/; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How to approach this?
by Anonymous Monk on Sep 08, 2002 at 01:43 UTC | |
by dpuu (Chaplain) on Sep 08, 2002 at 05:21 UTC | |
by PodMaster (Abbot) on Sep 08, 2002 at 12:05 UTC |