Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        my $time = UnixDate( 'now', "The time is: %r on %B %d, %Y" );
        $lbl->configure( -text => $time );
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    )->pack(@pack_opts);
    
    MainLoop;