Clemens Giegerich wrote: > > Hi, > > I have written a script (perl Tk) which doesn't fit into the current > script categories. > It's called mkFilter.pl a script with GUI for testing perl regular > expressions, filtering input data (text) and generating template > scripts. > Text/Filter could be the right category!? >
If I think to CPAN structure the Text namespace is only for Non-GUI-modules. You could handle the regexp testet, the filtering and templates in it. But Tk::Text::Filter could be better. Greetings, Andrea
