Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use strict;
    ...
    $q_display->enqueue(undef);
    $display_control->join;
    print "Done\n";