Clemens Giegerich wrote: > > Yesterday I have made regexEvaluater1.0.pl public. > It's a perl-Tk script for interactive developing of perl regular > expression. Unlike regexp it hasn't any syntax highlighting but it has > two text areas one before and after applying the expression and it is > fully written in perl. Perl's special variables and return values can be > shown too. It's suitable for incremental script development and can be > used as a tool for filtering text data stepwise. > regexEvaluater was developed on Unix SGI but it was reported that it > will run on Windows 2000 under cygwin too. > The script and a screen shot is available at > http://home.arcor.de/clemens.giegerich/ . > See the online help or the source code for more information. > > I would be glad for any comments or suggestions.
It looks pretty good except for: $ perl -wc regexEvaluater1.0.pl "my" variable $frm2 masks earlier declaration in same scope at regexEvaluater1.0.pl line 709. "my" variable $frm2 masks earlier declaration in same scope at regexEvaluater1.0.pl line 741. regexEvaluater1.0.pl syntax OK John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]