Help for this page

Select Code to Download


  1. or download this
    # some initialisation, queue building etc...
    my $shouty = threads->create('publish');
    ...
        while (my $out = $result->dequeue) {
        print "I got: $out\n";
    }