my @bounds = new GD::Image->stringFT($colour, "Image/outline.ttf", 90, 0.18, 0, 0, $watermark_text); #### @bounds = &new(GD::Image->stringFT(...)); #### my $gd = new GD::Image; @bounds = $gd->stringFT(...);