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