Help for this page

Select Code to Download


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