Hello, I'm going to release a Perl module for the first time but cannot determine the name of the module. Please suggest some names or let me know a place suitable for asking this issue.
I'm mainly hesitating to decide the namespace of the module. My module is for input and output of "config" / "BBS log" files whose records are separated by some delimiters. I mean "config" / "BBS log" files as some tab/comma/etc separated (single delimiter) data or '12. [This is the subject] : 2012/02/07 : Article' ("multi delimiters") data, that is text data consisted of many records of some data columns. I wrote this module to unify methods to input and output these files (especially "multi delimiters" data). This module will convert the data and raw array reference mutual.(maybe need more object-oriented.) I think BBS:: seems to specialize directions too much and Config:: seems not for 2 demention data list. And the name will be *::Column or *::Delimiters but I'm afraid that I may be confusing these words' meaning ... or... some other module for my purpose already exists? I hope you'll understand my poor English... Thanks -- Narazaka Nanigashi <p...@narazaka.net> -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/