Help for this page
use strict; use Tk; ... $PW->Popup(); $button->focus(); }
package Skrabbel; ... my ($self) = @_; return $self->{word_list}; }