my $frame=$config{MainWindow}->place(-x=>$x,-y=>$y); foreach(@_) { $nickname = $frame->Label( -text => $user." (Online)", -background => 'white', -font => $config{Font} ); $nickname->bind('' => sub { $m->Popup( -popover => 'cursor') }); $nickname -> place(-x=>27, -y => $singleLine); }