in reply to
Question on REs - Graphical debugger?
You may wish to see
157925
, wherein the same topic is discussed.
If you're willing to install wxperl :
<shill type="self">
164418
</shill>
Comment on
Re: Question on REs - Graphical debugger?
Select
or
Download
Code
Replies are listed 'Best First'.
Re: Re: Question on REs - Graphical debugger?
by
choocroot
(Friar)
on May 23, 2002 at 18:41 UTC
Personally I like to use Vim with ":set hls" and ":set incsearch", and the standard Vim search/replace function to interactively test my regexp on the text in the buffer, then I convert the "vim regexp" to a "perl regexp" ;)
[reply]
In Section
Seekers of Perl Wisdom