Help for this page
#!/usr/bin/perl use strict; ... open(IMG, '>','test.png') or die $!; binmode IMG; print IMG $gd->png;