Help for this page

Select Code to Download


  1. or download this
    ###########################zoozdemo.pl##########################
    #!perl
    ...
    sub ZloadFonts {
    }
    
  2. or download this
    # Widget Label1 isa Label
    $ZWIDGETS{'Label1'} = $MW->Label(
    ...
       -row    => 5,
       -column => 0,
      );
    
  3. or download this
    #
    # User-defined variables (if any)
    #
    my $worker->{labeltext} = ;
    
  4. or download this
    my %ZWIDGETS;
    my $worker = ZooZDemo->new(\%ZWIDGETS);
    
  5. or download this
    #!perl
    
    ...
    
    }
    
  6. or download this
    #!perl
    
    ...
    sub ZloadFonts {
    }
    
  7. or download this
    
    
    ...
    
    1;