Tk::Schedule

Perl extension for a graphical user interface to carrying out tasks up to schedule
Download

Tk::Schedule Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Torsten Knorr
  • Publisher web site:
  • http://search.cpan.org/~knorr/

Tk::Schedule Tags


Tk::Schedule Description

Perl extension for a graphical user interface to carrying out tasks up to schedule Tk::Schedule is a Perl module for a graphical user interface to carrying out tasks up to schedule.SYNOPSIS my $schedule = $parent->Schedule(options);EXAMPLE use Tk; use Tk::Schedule; my $mw = MainWindow->new(); my $s = $mw->Schedule( -interval => 30, -repeat => "once", -command => sub { print("Hello World ") for(1..10); }, -comment => "check Mail-Box" )->pack(); MainLoop();SUPER-CLASSSchedule is derived from the Frame class. This megawidget is comprised of an ChooseDate TimePick Entry Listbox Button Radiobutton allowing to create a schedule.With this Widget function at a certain time can be called. A schedule can be made for longer periods. The call of functions can be repeated in certain course of time. Possible repetition times are: hourly daily weekly monthly yearly For seconds or minutes the functions $widget->after(time, call) or $widget->repeat(time, call) can be better used. Requirements: · Perl


Tk::Schedule Related Software