Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    sub main {
        # This part doesn't matter
    }
    
  2. or download this
    Argument "main" isn't numeric in subroutine entry at tk.pl line 6.
    
  3. or download this
    exit(  main( @ARGV )  );
    
  4. or download this
    use base qw(Exporter DynaLoader);
    @EXPORT    = qw(Exists Ev exit MainLoop DoOneEvent tkinit);