- or download this
#!/usr/bin/perl
use warnings;
...
$t->pack(-expand => 1, -fill => 'both');
Tk::MainLoop;
- or download this
#!/usr/bin/perl
use warnings;
...
print $text->eventInfo('<<Bogus>>');
MainLoop;
- or download this
#!/usr/bin/perl
use warnings;
...
print $text->eventInfo('<<Bogus>>');
MainLoop;