in reply to create a perl script for pattern matching

Pardon me for stating the obvious, but if you know what the start of every statement is going to look like, you don't have to be able to find the end. The next start defines your current end.
  • Comment on Re: create a perl script for pattern matching