Help for this page

Select Code to Download


  1. or download this
    local *_;
    
    ...
        $_ = pop @left_to_lock;
        lock( $h{ $_ } );
    goto LOCK_LOOP if @left_to_lock;