- or download this
$contacts{$contact} = &share( {} );
share( $contacts{$contact}{'a'} );
...
In a thread, I try to execute
lock( $contacts{$user_id} );
- or download this
share( $contacts{$contact}{'user_id'} );
- or download this
is_shared ( $contacts{$user_id} )