Benjamin Goldberg <[EMAIL PROTECTED]> wrote: > Leopold Toetsch wrote: >> OTOH, if there is a clear need for an e.g. NumStr hybrid, then it >> should be a separate PMC which is used, when $HL says so by some >> traits.
> There is indeed a clear need for it -- the values produced by $! (and by > the related $^E) are dual int/string values. If you do: This can simply be achieved by PerlError's vtables get_string and get_int. No need for caching/dual values. leo