in reply to Perl TK simple question

You could use padding to control positioning:
my $emailLab1 = $mw->Label(-text=>"Enter name:", -relief => 'ridge')-> +pack(-side => 'left', -padx => 10);

(I added the relief, on order to make it visible.)