Help for this page

Select Code to Download


  1. or download this
    use Thread::Queue;
    
    my $q = Thread::Queue->new;
    ...
        my ($first, $second) = @$ref;   # Dereference array
        # ... Process $first and $second
    }