Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    use Tk;
    # Main Window
    ...
     -command => sub {exit})
    -> pack();
    MainLoop;
    
  2. or download this
    package Tk::Event;
    use vars qw($VERSION $XS_VERSION @EXPORT_OK);
    END { CleanupGlue() }
    ...
    require   Tk::Event::IO;
    1;
    __END__
    
  3. or download this
    Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    
    ...
    BEGIN failed--compilation aborted at C:\Users\x\Desktop\hello.pl line 
    +2.
    
    C:\Users\x\Desktop>