Help for this page
my %context; ... $button->bind('<ButtonRelease-1>' => sub{chg_btn(\%context, @_});
sub sensorHandler { my ($context, ...) @_; ... $context->{sensorOn} = $data !~ /(?<![\w-])OFF(?![\w-])/i; ... }
sub chg_btn { my ($context, ...) = @_; ... $btn1->configure(-background => "green", -foreground => "black") if !$context->{sensorOn}; }
www.com | www.net | www.org
Never Hardly ever Occasionally Fairly regularly Frequently
Results (26 votes). Check out past polls.