Skip to content

Instantly share code, notes, and snippets.

@rjeschmi
Created October 23, 2014 20:48
Show Gist options
  • Save rjeschmi/5d1aabebeae3156bb131 to your computer and use it in GitHub Desktop.
Save rjeschmi/5d1aabebeae3156bb131 to your computer and use it in GitHub Desktop.
my $global
$worker->run( sub {
my $return_val = $_;
$global->{'editthis'}=$return_val
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment