Help for this page
#!/usr/bin/perl use warnings; ... $image->Write("$0.png"); exit;
#!/usr/bin/perl -w use strict; ... print $image->Write("$0.png");