in reply to Graphing

There is always GD::Graph which is simple to use and creates many kinds of graphs, the other option is to create the graph (at least the bar graph) in html with tables and images. This is pretty quick. Create a table, align the images to the side you want, and have the script set their size appropriately. LINESPOINT I think you'll have to do with something like GD::Graph, or at least GD, or Imlib2 (I have an updated perl module for that if you want). Probably you want GD::Graph... - Ant