Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    ...
        )->pack();
    }
    
  2. or download this
    
    my $wt_display_code:shared;
    my $wt_data:shared;
    
    $mw->repeat(0.001,sub { display_worker_data() });
    
  3. or download this
    
    my $wt_display_code:shared;
    ...
           ...
        } etc...
    }