in reply to Perl tk [ Tk::Text -justify option is not working

what is the problem how can I solve this problem?

The problem is you're passing a justify option to something that doesn't take a justify option, as the error message tells you.

$ perldoc Tk::Menu |grep -i justify