Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: Hobo with a bit of recursion

by marioroy (Prior)
on Jun 22, 2018 at 00:34 UTC ( [id://1217147]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Clone 'clone' ;
    
    ...
    @result{ @dupkeys } = @{ clone($h) }{ @dupkeys } ;
    print Dumper( $h ) ;
    
  2. or download this
    use strict;
    use warnings;
    ...
        last unless MCE::Hobo->pending;
    }
    
  3. or download this
    use strict;
    use warnings;
    ...
        print "ident: ", $ret->{ident}, ", key: ", $ret->{key}, "\n";
    }
    
  4. or download this
    use strict;
    use warnings;
    ...
        MCE::Hobo->waitone;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-03-29 00:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found