in reply to Re: Perl/Tk - Tk::Clock
in thread Perl/Tk - Tk::Clock
Here is the code, very simple. Enjoy!
#!/usr/bin/perl -w use Tk; use Tk::StrfClock; my $top=MainWindow->new(); $top->StrfClock()->pack(); MainLoop();
|
---|
Replies are listed 'Best First'. | |
---|---|
Re:
by Anonymous Monk on Jul 28, 2003 at 01:24 UTC |