On Fri, 28 Sep 2001, Philippe M . Chiasson wrote:
 
> Well, sounds more like a perl "bonus undocumented feature" to me. I don't
> see why FETCH shouldn't be able to use wantarray() and return whatever it
> wants.... Or am I missing something here ?

$foo = $bar{baz}; where %bar is tied goes something like:
Perl_pp_helem()
Perl_mg_get()
Perl_magic_getpack()
S_magic_methpack(), which does:
    if (magic_methcall(sv, mg, meth, G_SCALAR, 2, NULL)) {
                                     ^^^^^^^^


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to