else { my($fW,$fH) = (GD::Font->Small->width, GD::Font->Small->height); my $iWidth = length($sPtn); #Bar Image ($oGd, $cBlack) = GD::Barcode::plot($sPtn, $iWidth, $iHeight, $fH, 0); #String $oGd->string(GD::Font->Small, (length($sPtn)-$fW*(length($sTxtWk)))/2, $iHeight - $fH, $sTxtWk, $cBlack); }