Help for this page

Select Code to Download


  1. or download this
    sub _usr_next {
        $window_hash->{main}{children}{label}->configure(-textvariable, $w
    +indow_hash->{main}{children}{text});
    
    }
    
  2. or download this
    #/usr/bin/perl -w
    use strict;
    ...
        $window_hash->{left_label}->configure(-textvariable, $window_hash-
    +>{main}->{globals}->{test2});
        $window_hash->{right_label}->configure(-textvariable, $window_hash
    +->{main}->{globals}->{test1});
    }