I have one question about vtbls that I have not been able
to figure out an answer to:

  How does using a vtbl get rid of the switch(sv->sv_flags)
with multi-valued scalars running around? That is, how does
one write a vtbl function that can cope with the perl6
equivalent of perl5's

   sv_setiv(sv, 42);
   sv_setpv(sv, 
     "The answer to Life, the Universe, and Everything");
   SvIOK_on(sv);

?

-- BKS

__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

Reply via email to