$text->fillcolor('#ffffff'); $text->translate($x, $y); ($overflow_text, $height_remaining) = $text->paragraph(qq{text here}, $width, $height); #### $y -= $height_remaining / 2; #### $text->fillcolor('#000000'); $text->translate($x, $y); $text->paragraph(qq{text here}, $width, $height);