Help for this page

Select Code to Download


  1. or download this
        my $iter = $shared->iterator();
        my $result;
    ...
            $result->{$url} = $data;
        }
        $result;
    
  2. or download this
    # export to a non-shared MCE::Shared::Hash object
    
    ...
    
    return $shared->destroy( { unbless => 1 } );