##
$update_bttn = $button_f->Button(-text => "Update",
-state => 'disabled',
-command => sub { &end_automode;
&ping_site });
####
$automode_bttn = $button_f->Button(-text => "Start Automode",
-command => \&do_automode);