in reply to Re^4: extraction of text between 2 similar patterns in a text file
in thread extraction of text between 2 similar patterns in a text file

There's a debugger already built into perl 5.x. Just add the "-d" parameter to run your program under the debugger. It'll take a little getting used to, especially if you're used to pointy clicky windows. But it does the job nicely.

It's documented in perldoc perldebug.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

  • Comment on Re^5: extraction of text between 2 similar patterns in a text file
  • Download Code