scanlog reads logfiles generated by CommuniGate Pro and generates parsed output in either plain text or HTML. It is no longer supported by the author, and does not work for recent versions of CGPro. If you are interested in taking over maintenance of the project, please contact the author.
Text::BarGraph is a simple Perl module for generating ASCII bar graphs based on data in a hash, where the keys are labels and the values are magnitudes. It automatically scales the graph to fit on your terminal screen. It is very useful in making data more meaningful. For example, it can be used with statistics gathered from a log file.
Re: v1.7 uninitialized value error? The new release (1.8) should resolve this problem. Thanks for the bug report!
Re: Problems with Geo::Weather Note that this is no longer an issue, since WeatherSpect doesn't use Geo::Weather any more.
Problems with Geo::Weather Please note that there is currently a problem with the Geo::Weather perl module (version 1.41) that weatherspect depends on. If you run it as-is, you will get all o...
Re: Prior art :) Well, that is a maze, and it is in text, but I'm afraid the similarity ends there :) TextMaze actually began life as C++ code, used to debug an OpenGL maze program. I found the tex...
Re: textmaze I considered leaving in the old Term::Cap code so it would still work without curses, but a code cleanup is pretty pointless if you don't actually clean up the code :) Curses is a hand...