in reply to Re: Creating an image with GD.
in thread Creating an image with GD.
Also, there's a syntax error.
my $text = new GD::Text->new( $image,
font => gdLargeFont,
text => "Perl Coder",
color => "white",
valign => "top",
halign => "center",
);
^See that "new GD::Text-new(".