Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use strict;
    ...
    
    $guithread->join; ## wait for gui to finish
    __END__
    
  2. or download this
    sub MyApp::DBFetch::WorkQ {
        my( $qin, $qout ) = @_;
    ...
             }
        }
    }
    
  3. or download this
    sub MyApp::GUI::WorkQ {
        my( $qin, $qout ) = @_;
    ...
        }
        return 1; ## don't cancel timeout, repeat it
    }