Help for this page

Select Code to Download


  1. or download this
    use Tk;
    require Tk::mySplashScreen;
    
    ...
        sleep 1;
    }
    $s -> destroy;
    
  2. or download this
    use Tk;
    
    use strict;
    ...
    }
    $m -> destroy;
    print "Done\n";