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