Help for this page

Select Code to Download


  1. or download this
       while( my $returned_value = $queue->dequeue   ) {
       #        ^               ^
    
  2. or download this
    P:\test>type 319494.pl8
    use strict;
    ...
    P:\test>319494
    I have been returned: 1234
    P:\test>