Help for this page

Select Code to Download


  1. or download this
    $f_refresh->Button(-text => 'Test', -command => sub { &displayMsg()})-
    +>pack(-side=>'left');
    
  2. or download this
    $update_bttn = $button_f->Button(-text => "Update",
                     -state => 'disabled',
                     -command => sub { &end_automode;
                               &ping_site });
    
  3. or download this
    $automode_bttn = $button_f->Button(-text => "Start Automode",
                       -command => \&do_automode);