Help for this page

Select Code to Download


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