my @cords = GD::Image->stringTTF(0, $font_path, $size, 0, 0, 0, $text) || die "no cords $! $@"; #### (my @cords = GD::Image->stringTTF(0, $font_path, $size, 0, 0, 0, $text)) || die "no cords $! $@"; #### my @cords = GD::Image->stringTTF(0, $font_path, $size, 0, 0, 0, $text) or die "no cords $! $@";