Help for this page

Select Code to Download


  1. or download this
    my $statusFrame = $main -> Frame(-background => 'white') -> pack(-side
    + => 'top', -fill => 'y');
    my $status = $statusFrame -> Text(-background => 'black', -foreground 
    +=> 'white') -> pack(-side => 'top', -pady => 9, -padx => 9);
    
  2. or download this
    sub compile {
        my $input = $ent0 -> get();
    ...
            exit unless runLinux("$image","$cpu");
        }
    }
    
  3. or download this
    $status -> configure(-text => 'status here');