in reply to Re^2: GD::Image trueColor() hangup...
in thread GD::Image trueColor() hangup...
IOW, change $buildable=> getbounds() to $buildable->getbounds().
You might also want to change from (my $width, my $height) to my ( $width, $height ) on that line. The syntax you're using gets the job done, but it's not the way you'll see most people writing that.
|
|---|