in reply to Re: Re: Eval str return different from Eval block return
in thread Eval str return different from Eval block return

Greetings,

The warning disappears then.
I still get

Modification of a read-only value attempted at strange2.pl line 4.
for $@ at "Block Eval ret" though.
Cheers,
alf
You can't have everything: where would you put it?

Replies are listed 'Best First'.
Re: Re: Re: Re: Eval str return different from Eval block return
by demerphq (Chancellor) on May 17, 2002 at 16:33 UTC
    Bing!

    Of course you do. :-) $@ is being set by the eval in readonly().

    Thats how we determine if the var is readonly in the first place. :-)

    Yves / DeMerphq
    ---
    Writing a good benchmark isnt as easy as it might look.