in reply to Char::Plot problems
open (OUT, "> plot.png"); binmode OUT; print OUT $img->draw(); close OUT; [download]