Help for this page
my $text = $query->param("text"); make_image($text); ... print $query->header(-type=>'image/png'); print $im->png; }