Help for this page

Select Code to Download


  1. or download this
    if ($data =~ /(?<![\w-])ON(?![\w-])/i) {
    
    ...
    
    print "OFF\n";
    }
    
  2. or download this
    sub chg_btn { 
    $btn1->configure(-background => "green", -foreground => "black");
    }