http://www.perlmonks.org?node_id=423715


in reply to Tk::LabEntry - justify label?

Just a guess... should the -labelPack be: -side => 'right'?

:-)

Update:
According to "Mastering Perl/Tk", it looks like -labelPack's -side only refers to the label's position relative to the entry.
Perhaps the -labelPack's -anchor should be 'e'?

I'm making this up as I go along... no access to my dev environment right now :-(