Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Yet another example to get URLs in parallel

by marioroy (Prior)
on Jun 17, 2017 at 17:16 UTC ( [id://1193018]=note: print w/replies, xml ) Need Help??

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 } );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1193018]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-25 06:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found