Help for this page
my $obj_A = A->new ; #creating object of A.pm ... $label->bind("<Button-1>", sub { $self->onEnter($label, $obj_A) ; } )
$label->bind("<Button-1>", undef );