Hi, guys :-) I'm having trouble choosing a module name for this one.
What the module does: It takes something like http://jose-castro.org/ttt/merlyn and returns http://jose-castro.org/ttt/merlyn.html So, basically, it converts ASCII art to a coloured HTML table. It has a bunch of options, which make it possible, for instance, to convert http://jose-castro.org/ttt/flag_portugal into http://jose-castro.org/ttt/flag_portugal.html It also supports table optimization. Compare http://jose-castro.org/ttt/acme.html with http://jose-castro.org/ttt/acme_opt.html And a final example, including acme, autrijus, damian, larry, merlyn and schwern: http://jose-castro.org/ttt/people_opt.html Names that have been suggested: ASCII::TabulArt # doesn't explain what it does HTML::ASCII2ColouredTable # weird name :-\ I also need a name for the main function... table # not descriptive ascii_image_2_html_coloured_table # too descriptive ascii2table # could this be it? :-\ See my dilema? :-\ TIA for any help, jac -- Jose Alves de Castro <[EMAIL PROTECTED]> http://jose-castro.org/