Help for this page

Select Code to Download


  1. or download this
    package Tk::CoolFrame;
    
    ...
    
    1;
    __END__
    
  2. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    MainLoop();
    1;
    __END__