in reply to Re^2: Perl tk [ Tk::Text -justify option is not working
in thread Perl tk [ Tk::Text -justify option is not working

I don't see a running code example, but the Tk demo "widget" has a text example which shows centered tag usage.
$t->tag(qw/configure center -justify center/);

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku