Cory Spencer <[EMAIL PROTECTED]> wrote: > Is is possible to check to see whether an attribute exists on a given > object, or at least catch an exception if it doesn't? I've tried to set > up an exception handler, but Parrot exits without anything being caught.
Not yet. C<getattribute> throws currently an uncatchable internal exception. leo