Steven W McDougall <[EMAIL PROTECTED]> writes:
>> DS> Some things we can guarantee to be atomic. 
>
>> This is going to be tricky. A list of atomic guarentees by perl will be
>> needed.
>
>>From RFC 178
>
>...we have to decide which operations are [atomic]. As a starting
>point, we can take all the operators documented in C<perlop.pod> and
>all the functions documented in C<perlfunc.pod> as [atomic].

Presumably _ONLY_ in the absence of tie and overload:

use overload '.' => 'do_add';

sub do_add
{
 open(my $socket = "http://www. ...")
 ...
 
}

>
>
>- SWM
-- 
Nick Ing-Simmons <[EMAIL PROTECTED]>
Via, but not speaking for: Texas Instruments Ltd.

Reply via email to