in reply to Creating Graphs - Best module to use

I personally like GD::Graph, but take a look at the more recent State of the Ch(art) in Perl for other peoples experiences

print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."