#! /usr/bin/perl use warnings; use strict; use Tk; use Tk::ROText; my $mw = 'MainWindow'->new; my $t = $mw->ROText->pack; $t->Contents('Just another Tk hacker,'); MainLoop();
Can you show the code that doesn't work?
In reply to Re: Perl-Tk copy/paste to X terminal
by choroba
in thread Perl-Tk copy/paste to X terminal
by dadenn
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |