Re: Unclear as to problem: Tried to register 'Types', but says can't due to unrelated module.

2013-11-13 Thread Brian Katzung
elf by someone else? -- Aristotle Pagaltzis // <http://plasmasturm.org/> -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." -- Brian Kernighan -

Re: Proposal For A Module To Generate Regular Expressions

2013-08-05 Thread Brian Katzung
On 2013-08-05 10:58, David Cantrell wrote: On Sun, Aug 04, 2013 at 03:28:23PM -0400, Shawn H Corey wrote: On Sun, 04 Aug 2013 14:13:59 -0500 Brian Katzung wrote: That's an interesting idea, but I'm not sure you're accomplishing your stated goals. Consider that the RE /^\s*

Re: Proposal For A Module To Generate Regular Expressions

2013-08-04 Thread Brian Katzung
r module. Dynamic RE construction and targeting programmers less familiar/comfortable with RE syntax might be more appropriate, for example. - Brian On 2013-08-04 14:28, Shawn H Corey wrote: On Sun, 04 Aug 2013 14:13:59 -0500 Brian Katzung wrote: That's an interesting idea, but I'm

Re: Proposal For A Module To Generate Regular Expressions

2013-08-04 Thread Brian Katzung
better in the Regexp top level namespace instead of occupying its own: I chose the short name so it would be remembered. Long names aren't. -- Brian Katzung, Kappa Computer Solutions, LLC Software development and mixed operating system support for business, education, and science

Re: Please help me name a module for lossy text compression

2012-12-20 Thread Brian Katzung
cters specified according to a string or regex). - Brian On 2012-12-19 21:26, Brian Katzung wrote: Ben, How about creating Text::Filter::LowerCase and Text::Filter::Unpunctuate as derived classes of Text::Filter? - Brian On 2012-12-19 13:56, Ben Deutsch wrote: Hello, I'm wri

Re: Please help me name a module for lossy text compression

2012-12-19 Thread Brian Katzung
; namespace – the module may sound a bit silly, but it strives to do exactly what it says on the tin: every filter reduces the entropy while still retaining most of the meaning. For example, reducing the entire text to the empty string (while great for compression) is straight out. Thanks for yo

Text::TemplateLite syntax, was Re: Please help me name my text template module...

2012-11-14 Thread Brian Katzung
On 2012-11-13 07:12, Aristotle Pagaltzis wrote: * Brian Katzung [2012-10-09 21:10]: Absolutely bare-bones syntax (it is my hope that even non-programmer users (with some limited training) can edit templates) Looking at your docs, to be frank, I don’t think you succeed at this one. In my

Re: Please help me name my text template module... or else!

2012-10-17 Thread Brian Katzung
mes E Keenan wrote: On 10/8/12 5:03 PM, Brian Katzung wrote: ... or else we'll all have to live with my name for it. :-) I tried posting on comp.lang.perl.modules (I forgot which how-to doc suggested it) when naming Data::XHash and got zero feedback. Since the Pause naming article sug

Please help me name my text template module... or else!

2012-10-10 Thread Brian Katzung
syntax, size, and resource usage), but I realize it's yet another one of those "Simple, Easy, Reduced, Tiny,..." names and I'm hoping someone can share some specific wisdom rather than general guidelines. - Brian -- Brian Katzung, Kappa Computer Solutions, LLC Offer

Please help me name my text template module...

2012-10-09 Thread Brian Katzung
n developing under "Text::TemplateLite" (for light-weight syntax, size, and resource usage), but I realize it's yet another one of those "Simple, Easy, Reduced, Tiny,..." names and I'm hoping someone can share some specific wisdom rather than general guidelines. -