|
|
| Do you know where your variables are? | |
| PerlMonks |
sharing complex data structuresby Anonymous Monk |
| on Jul 07, 2008 at 19:26 UTC ( #696074=perlquestion: print w/ replies, xml ) | Need Help?? |
|
Anonymous Monk has asked for the
wisdom of the Perl Monks concerning the following question:
I'm using threads and threads::shared to spawn a few new instances of my $mech object. The trouble I'm having is that I'm unable to successfully share my response object from $mech.
Here is what I'm doing: The problem is that the $res object contains a few methods like $res->decoded_content, $res->is_success, etc. Do I need to somehow share the $res object as well?
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||