Help for this page
$mw->Button ( -command => [\&print_entries, $user_x->get(), $original_y], );
my $command_sub; { ... $mw->Button ( -command => $command_sub, );
-command => sub { print_entries( ... $original_y, ); },