$t1=($two->{OwnerName}); #works $t1=''.($two->{OwnerName}).''; #doesn't work $t1="longer font that uses spaces but should still wrap in the small box";#works $t1="longer font that uses spaces but should still wrap in the small box";#doesn't work $t1='test test'; #works $t1='test test'; #doesn't work $t1="test test"; #doesn't work $t1='test'; #works $t1='test'; #works $tb->text($t1); ($endw1, $ypos1, $overflow1)=$tb->apply;