Help for this page
WAIT: $self->waitVariable(\$self->{RESULT}); ... return $self->{RESULT}; } } # end Show method
sub get_string { my ($title, $parent, $prompt, $initial_value, $default_cancel) = @_; ... return $ret; }
use base qw/Tk::Derived Tk::DialogBox/;