my $flag = 0; $cnv_reference_ref->bind("location$x", '' => [sub { $flag = 1 }, "$i", "1"]); $cnv_reference_ref->bind("location$x", '' => [sub { $flag = 0 }, "$i", "1"]); $cnv_reference_ref->bind("location$x", '' => [sub { return unless $flag; click_select(@_) }, "$i", "1"]);