Help for this page

Select Code to Download


  1. or download this
    $mw->Entry(-textvariable => [ sprintf "%02x", $addy[$i] ], -width => 3
    +)
       ->pack(-side => 'left');
    
  2. or download this
    if ($i < 5) {
        $mw->Label(-text => ':', -width => 1)->pack(-side => 'left');
    }