Help for this page
my $text="Perlbox Voice ".PBOX_VERSION."\nDecember 2004\nby Sha +ne Mason\n(me\@perlbox.org)\nhttp://perlbox.org"; my $d=$mainwindow->pSimpleDialog(-title => "perlbox",-text =>$t +ext,-OKonly=>'yes'); ... return; }
package Perlbox::perlboxTK::pDialog::pSimplesDialog; use Tk; ... }