Help for this page
package Tk::Foon; ... $self->SUPER::Populate($args); $self->ConfigSpecs('DEFAULT' => [ 'SELF' ]); }
#!/usr/bin/perl -w use strict; ... $l->configure(-text => 'happy'); MainLoop;