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