in reply to Generating images from a text file

if you don't want to use modules, just don't use real graphics. imho there is no perl core module which produces images. but you can do simple bar diagrams by using css blocks or html tables.

Replies are listed 'Best First'.
Re^2: Generating images from a text file
by macPerl (Beadle) on Feb 16, 2005 at 09:53 UTC
    ditto ... for simple bar charts, ... you can do a lot with <div>, playing with background colors, images, nesting them, etc.