From: Mattia B. <mb...@ds...> - 2002-07-22 20:26:46
|
> Marc, > > Using the UNIVERSAL::isa it works! I get 1 or undef for the type. Thanks > for the help! Don't use UNIVERSAL::isa, its use is discouraged; use $obj->isa( 'Wx::Foo' ); Regards Mattia |