Help for this page

Select Code to Download


  1. or download this
                if (my $key = $Queue->dequeue_nb) {
    
  2. or download this
    while( my $key = $Queue->dequeue ) {
        do_something();
    }