Help for this page

Select Code to Download


  1. or download this
    sub labelledEntry {
        my ($_objects, $objkey, $label, $width, $container) = @_;
        my %objects = %$_objects;
    ...
    
        return \%objects;
    }
    
  2. or download this
    $searchFrame -> Button( -text => 'search', -command => [ \&search, \$o
    +bjects{searchstr} ] )->pack( -side => 'left' );
    
    
    ...
        my $text = shift;
        print STDERR $text;
    }