Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $ck->config(dateFormat => "dd-mm-yyy");
    
    MainLoop;
    
  2. or download this
    BEGIN {
        my $time = time;
        *Tk::Clock::time = sub { 2 * $time - time };
    }